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 /policy/api/v1/infra/auto-health-check-toggle

Update automatic health check toggle


Change status of automatic health check toggle to enabled/disabled.
PUT /policy/api/v1/infra/auto-health-check-toggle

Get automatic health checks


Get health check performed by system automatically for all transport zones or
a specific transport zone.
GET /policy/api/v1/infra/auto-health-checks

List all the manual health check config entities


Get a list of all the manual health check entities.
GET /policy/api/v1/infra/manual-health-checks

Delete an existing manual health check


Delete an existing manual health check by ID.
DELETE /policy/api/v1/infra/manual-health-checks/{manual-health-check-id}

Get a manual health check config


Get manual health check config with the specified identifier.
GET /policy/api/v1/infra/manual-health-checks/{manual-health-check-id}

Create a new manual health check config


Create a new manual health check config 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 /policy/api/v1/infra/manual-health-checks/{manual-health-check-id}

Get result for the specified manual health check ID


Get the manual health check result with the specified ID.
GET /policy/api/v1/infra/manual-health-checks/{manual-health-check-id}/result