NSX-T Data Center REST API

Associated URIs:

API Description API Path

Get automatic health check toggle


Get detailed info for automatic health check toggle.
GET /api/v1/automatic-health-check-toggle (Deprecated)

Update automatic health check toggle


Change status of automatic health check toggle to enabled/disabled.
PUT /api/v1/automatic-health-check-toggle (Deprecated)

List automatic health checks


Query automatic health checks with list parameters.
GET /api/v1/automatic-health-checks (Deprecated)

Get an automatic health check


Get 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 checks


Query manual health checks with list parameters.
GET /api/v1/manual-health-checks (Deprecated)

Create a new manual health check request


Create 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 check


Delete an existing manual health check by ID.
DELETE /api/v1/manual-health-checks/{manual-health-check-id} (Deprecated)

Get an existing manual health check


Get an existing manual health check by health check ID.
GET /api/v1/manual-health-checks/{manual-health-check-id} (Deprecated)