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