NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
Show the details of process status in given applianceShow the details of process status in given appliance.  | 
                      
                        GET /api/v1/systemhealth/appliances/{appliance-id}/latency/status
                         | 
                    
Show the details of process status in given applianceShow the details of process status in given appliance. The appliance id can be obtained by below APIs. 1. /api/v1/cluster/nodes 2. /api/v1/systemhealth/appliances/process/status  | 
                      
                        GET /api/v1/systemhealth/appliances/{appliance-id}/process/status
                         | 
                    
Show the details of latency status for all appliancesShow the details of latency status in all appliances.  | 
                      
                        GET /api/v1/systemhealth/appliances/latency/status
                         | 
                    
Show the details of process status in all appliances.Show the details of process status in all appliances.  | 
                      
                        GET /api/v1/systemhealth/appliances/process/status
                         |