NSX-T Data Center REST API
Update Segment Real Time Eth Profile Binding Map
API will update Segment Real Time Eth Profile Binding Map. For objects with no binding maps, default profile is applied. This API is only available when using VMware NSX.Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
SegmentRealTimeEthProfileBindingMap+
Example Request:
PUT https://<nsx-mgr>/policy/api/v1/infra/segments/segment_1/segment-real-time-eth-profile-binding-maps/1 { "resource_type":" SegmentRealTimeEthProfileBindingMap", "display_name":"1", "description":"", "real_time_eth_profile_path":"/infra/real_time_eth_profiles/1" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
SegmentRealTimeEthProfileBindingMap+