NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List manual health checksQuery manual health checks with list parameters. |
GET /api/v1/manual-health-checks
|
Create a new manual health check requestCreate a new manual health check request with essential properties. It's disallowed to create new one until the count of in-progress manual health check is less than 50. A manual health check will be deleted automatically after finished for 24 hours. |
POST /api/v1/manual-health-checks
|
Delete an existing manual health checkDelete an existing manual health check by ID. |
DELETE /api/v1/manual-health-checks/{manual-health-check-id}
|
Get an existing manual health checkGet an existing manual health check by health check ID. |
GET /api/v1/manual-health-checks/{manual-health-check-id}
|