NSX-T Data Center Global Manager REST API
Associated URIs:
API Description | API Path |
---|---|
List L2 Bridge Endpoint ProfilesList all L2 bridge profiles |
GET /global-manager/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles
|
Delete L2 Bridge Endpoint ProfileAPI will delete L2 bridge profile with ID profile-id |
DELETE /global-manager/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
|
Get L2 Bridge Endpoint ProfileRead L2 bridge profile with ID profile-id |
GET /global-manager/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
|
Create or update L2 Bridge Endpoint ProfileAPI will create or update L2 bridge profile with ID profile-id. L2 Bridge profile is only allowed under an enforcement-point with path /infra/sites/default/enforcement-points/default. |
PATCH /global-manager/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
|
Create or update L2 Bridge Endpoint ProfileAPI will create or update L2 bridge profile with ID profile-id. L2 Bridge profile is only allowed under an enforcement-point with path /infra/sites/default/enforcement-points/default. |
PUT /global-manager/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
|