NSX-T Data Center REST API
Patch a Policy EdgeCluster High Availability Profile
Patch a policy edge cluster high availability profile.This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-cluster-high-availability-profiles/{edge-cluster-high-availability-profile-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
PolicyEdgeHighAvailabilityProfile+
Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/sites/default/enforcement-points/default/edge-cluster-high-availability-profiles/edge-cluster-high-availability-profile-id { "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 } }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a