NSX-T Data Center REST API

List Policy Edge Cluster High Availability Profiles

List edge cluster high availability profiles.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-cluster-high-availability-profiles
Request Headers:
n/a
Query Parameters:
PolicyEdgeClusterProfileListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/sites/default/enforcement-points/default/edge-cluster-high-availability-profiles

Successful Response:

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

Example Response:

[ { "resource_type": "EdgeClusterHighAvailabilityProfile", "display_name": "edge-cluster-profile-East", "bfd_probe_interval": 1000, "bfd_declare_dead_multiple": 3, "bfd_allowed_hops": 1, "standby_relocation_config": { "standby_relocation_threshold": 40 } } ]

Required Permissions:

read

Feature:

infra_admin

Additional Errors: