NSX-T Data Center REST API
Patch a vpc subnet connection binding map
Patch the vpc subnet connection binding map. If binding map corresponding to the the given values isnot present, the object will get created and if it is present it will be
updated. This is a full replace.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/subnet-connection-binding-maps/{map-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
SubnetConnectionBindingMap+
Example Request:
{ "vlan_traffic_tag": "21", "subnet_path": "/orgs/default/projects/project-id/vpcs/vpc-id/subnets/subnet-id" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a