NSX-T Data Center REST API

Associated URIs:

API Description API Path

List Real Time Eth Profiles


API will list all Real Time Eth profiles.
GET /policy/api/v1/infra/real-time-eth-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/real-time-eth-profiles

Delete Real Time Eth profile


API will delete Real Time Eth profile.
DELETE /policy/api/v1/infra/real-time-eth-profiles/{real-time-eth-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/real-time-eth-profiles/{real-time-eth-profile-id}

Details of Real Time Eth profile


API will return details of Real Time Eth profile.
GET /policy/api/v1/infra/real-time-eth-profiles/{real-time-eth-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/real-time-eth-profiles/{real-time-eth-profile-id}

Patch Real Time Eth profile.


Create a new Real Time Eth profile if the Real Time Eth profile with
given id does not already exist. If the Real Time Eth profile with the
given id already exists, patch with the existing Real Time Eth profile.
PATCH /policy/api/v1/infra/real-time-eth-profiles/{real-time-eth-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/real-time-eth-profiles/{real-time-eth-profile-id}

Create or Replace Real Time Eth profile.


Create or Replace Real Time Eth profile.
PUT /policy/api/v1/infra/real-time-eth-profiles/{real-time-eth-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/real-time-eth-profiles/{real-time-eth-profile-id}

List Port Real Time Eth Profile Binding Maps


API will list all Port Real Time Eth Profile Binding Maps in current port id.
GET /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps

Delete Port Real Time Eth Profile Binding Profile


API will delete Port Real Time Eth Profile Binding Profile.
DELETE /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}

Get Port Real Time Eth Profile Binding Map


API will get Port Real Time Eth Profile Binding Map.
GET /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}

Create Port Real Time Eth Profile Binding Map


API will create Port Real Time Eth Profile Binding Map. For objects with no binding maps, default profile is applied.
PATCH /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}

Update Port Real Time Eth Profile Binding Map


API will update Port Real Time Eth Profile Binding Map. For objects with no binding maps, default profile is applied.
PUT /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}

List Segment Real Time Eth Profile Binding Maps


API will list all Segment Real Time Eth Profile Binding Maps in current segment id.
GET /policy/api/v1/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps

Delete Segment Real Time Eth Profile Binding Profile


API will delete Segment Real Time Eth Profile Binding Profile.
DELETE /policy/api/v1/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
DELETE /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}

Get Segment Real Time Eth Profile Binding Map


API will get Segment Real Time Eth Profile Binding Map.
GET /policy/api/v1/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
GET /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}

Create Segment Real Time Eth Profile Binding Map


API will create Segment Real Time Eth profile binding map. For objects with no binding maps, default profile is applied.
PATCH /policy/api/v1/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
PATCH /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}

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.
PUT /policy/api/v1/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
PUT /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}