NSX-T Data Center REST API
Create a system health plugin (Deprecated)
Create a system health plugin.Request:
Method:
              POST
            URI Path(s):
              
                /api/v1/systemhealth/plugins
                
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    SystemHealthPluginProfile+
  Example Request:
POST https://<nsx-mgr>/api/v1/systemhealth/plugins { "type": "COMPUTE", "display_name": "health-check-compute", "publisher": "vmware" }Successful Response:
Response Code:
                201 Created
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    SystemHealthPluginProfile+