NSX-T Data Center REST API
Update a system health profile (Deprecated)
Update a system health profile definition.Request:
Method:
              PUT
            URI Path(s):
              
                /api/v1/systemhealth/profiles/{profile-id}
                
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    SystemHealthAgentProfile+
  Example Request:
PUT https://<nsx-mgr>/api/v1/systemhealth/profiles/72e1bd4b-6df6-42d0-9c59-a1c31312c9f1 { "display_name": "compute-health-profile", "enabled": false, "plugin_id":"22e1bd4b-6df6-42d0-9c59-a1c31312c9f1", "config": "{\"CHECK_INTERVAL\": 60}", "_revision": 1 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    SystemHealthAgentProfile+