NSX-T Data Center REST API
Update Group discovery profile binding map
API will update Group discovery profile binding mapRequest:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/domains/<domain-id>/groups/<group-id>/discovery-profile-binding-maps/<discovery-profile-binding-map-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
GroupDiscoveryProfileBindingMap+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/domains/default/groups/group1/discovery-profile-binding-maps/bm1 { "profile_path": "/infra/ip-discovery-profiles/p3", "sequence_number": 22 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
GroupDiscoveryProfileBindingMap+