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}