NSX-T Data Center REST API
Patch a tier1 segment connection binding map
Patch the infra segment 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.
This API is only available when using VMware NSX.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-connection-binding-maps/{map-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-connection-binding-maps/{map-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-connection-binding-maps/{map-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
SegmentConnectionBindingMap+
Example Request:
{ "vlan_traffic_tag": "21", "segment_path": "/infra/segments/seg2" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a