NSX-T Data Center Global Manager REST API

Associated URIs:

API Description API Path

List L2 Bridge Endpoint Profiles


List 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 Profile


API 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 Profile


Read 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 Profile


API 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 Profile


API 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>