NSX-T Data Center REST API

List all the manual health check config entities

Get a list of all the manual health check entities.
This API is only available when using VMware NSX.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/manual-health-checks
Request Headers:
n/a
Query Parameters:
PolicyListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/policy/api/v1/infra/manual-health-checks

Successful Response:

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

Example Response:

{ "results": [ { "transport_zone_path": "/infra/sites/default/enforcement-points/default/transport-zones/1b3a2f36-bfd1-443e-a0f6-4de01abc963e", "vlans": { "vlan_ranges": [ { "start": 0, "end": 4094 } ] }, "is_transient": true, "resource_type": "PolicyManualHealthCheck", "id": "mhctest", "display_name": "mhctest", "path": "infra/manual-health-checks/mhctest", "_system_owned": false, "_protection": "NOT_PROTECTED", "_create_time": 1726113220863, "_create_user": "admin", "_last_modified_time": 1726113381354, "_last_modified_user": "system", "_revision": 2 } ], "result_count": 1, "sort_by": "display_name", "sort_ascending": true }

Required Permissions:

read

Feature:

policy_ops

Additional Errors: