NSX-T Data Center REST API

Update automatic health check toggle

Change status of automatic health check toggle to enabled/disabled. This API is only available when using VMware NSX.

Request:

Method:
PUT
URI Path(s):
/policy/api/v1/infra/auto-health-check-toggle
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
AutomaticHealthCheckToggle+

Example Request:

PUT https://<nsx-mgr>/policy/api/v1/infra/auto-health-check-toggle { "enabled": true }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
AutomaticHealthCheckToggle+

Example Response:

{ "enabled": true }

Required Permissions:

crud

Feature:

policy_ops

Additional Errors: