NSX-T Data Center REST API
Update a cluster profile
Modifie a specified cluster profile. The body of the PUT request mustinclude the resource_type.
Request:
Method:
PUT
URI Path(s):
/api/v1/cluster-profiles/{cluster-profile-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
BridgeHighAvailabilityClusterProfile+
EdgeHighAvailabilityProfile+
Example Request:
{ "resource_type": "EdgeHighAvailabilityProfile", "id": "c5fc06d9-648e-4897-9483-21c3f1666d65", "display_name": "edge-cluster-profile-East", "bfd_probe_interval": 1000, "bfd_declare_dead_multiple": 3, "tags": [{"scope": "home", "tag": "green"}], "bfd_allowed_hops": 1, "standby_relocation_config": { "standby_relocation_threshold": 40 }, "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
BridgeHighAvailabilityClusterProfile+
EdgeHighAvailabilityProfile+