NSX-T Data Center REST API
Create or update Group discovery profile binding map
API will create or update Group discovery profile binding mapRequest:
Method:
              PATCH
            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:
PATCH 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:
                  n/a
                Response Body:
    n/a
  