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 /policy/api/v1/infra/auto-health-check-toggle
|
Update automatic health check toggleChange status of automatic health check toggle to enabled/disabled. |
PUT /policy/api/v1/infra/auto-health-check-toggle
|
Get automatic health checksGet 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 entitiesGet a list of all the manual health check entities. |
GET /policy/api/v1/infra/manual-health-checks
|
Delete an existing manual health checkDelete an existing manual health check by ID. |
DELETE /policy/api/v1/infra/manual-health-checks/{manual-health-check-id}
|
Get a manual health check configGet 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 configCreate 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 IDGet the manual health check result with the specified ID. |
GET /policy/api/v1/infra/manual-health-checks/{manual-health-check-id}/result
|