System Administration > Configuration > Fabric > Profiles > Cluster Profiles

Update a cluster profile

Modifie a specified cluster profile. The body of the PUT request must
include 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:

PUT https://<nsx-mgr>/api/v1/cluster-profiles/c5fc06d9-648e-4897-9483-21c3f1666d65 { "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+

Example Response:

{ "resource_type": "EdgeHighAvailabilityProfile", "id": "c5fc06d9-648e-4897-9483-21c3f1666d65", "display_name": "edge-cluster-profile-East", "tags": [ { "scope": "home", "tag": "green" } ], "bfd_probe_interval": 1000, "bfd_declare_dead_multiple": 3, "bfd_allowed_hops": 1, "standby_relocation_config": { "standby_relocation_threshold": 40 }, "_last_modified_time": 1458586622412, "_create_time": 1458585978941, "_last_modified_user": "admin", "_system_owned": false, "_create_user": "admin", "_revision": 1 }

Required Permissions:

crud

Feature:

profiles_cluster_profiles

Additional Errors: