NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Get automatic health check toggleGet detailed info for automatic health check toggle. |
GET /api/v1/automatic-health-check-toggle
(Deprecated)
|
Update automatic health check toggleChange status of automatic health check toggle to enabled/disabled. |
PUT /api/v1/automatic-health-check-toggle
(Deprecated)
|
List automatic health checksQuery automatic health checks with list parameters. |
GET /api/v1/automatic-health-checks
(Deprecated)
|
Get an automatic health checkGet health check performed by system automatically for specific transport zone. |
GET /api/v1/automatic-health-checks/transport-zones/{transport-zone-id}
(Deprecated)
|
List manual health checksQuery manual health checks with list parameters. |
GET /api/v1/manual-health-checks
(Deprecated)
|
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
(Deprecated)
|
Delete an existing manual health checkDelete an existing manual health check by ID. |
DELETE /api/v1/manual-health-checks/{manual-health-check-id}
(Deprecated)
|
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}
(Deprecated)
|