NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
List all system health profilesList all system health profiles.  | 
                      
                        GET /api/v1/systemhealth/profiles
                           (Deprecated)
                         | 
                    
Create a system health profileCreate a system health profile.  | 
                      
                        POST /api/v1/systemhealth/profiles
                           (Deprecated)
                         | 
                    
Delete an existing system health profileDelete an existing system health profile by ID.  | 
                      
                        DELETE /api/v1/systemhealth/profiles/{profile-id}
                           (Deprecated)
                         | 
                    
Show the details of a system health profileShow the details of a system health profile.  | 
                      
                        GET /api/v1/systemhealth/profiles/{profile-id}
                           (Deprecated)
                         | 
                    
Update a system health profileUpdate a system health profile definition.  | 
                      
                        PUT /api/v1/systemhealth/profiles/{profile-id}
                           (Deprecated)
                         |