NSX-T Data Center REST API

Patch a infra segment connection binding map

Patch the infra segment connection binding map. If binding map corresponding to the the given values is
not 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/segments/{segment-id}/segment-connection-binding-maps/{map-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/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

Example Response:

200 OK

Required Permissions:

crud

Feature:

policy_connectivity

Additional Errors: