NSX-T Data Center Global Manager REST API

Associated URIs:

API Description API Path

List BfdProfiles


Paginated list of all BfdProfiles.
GET /global-manager/api/v1/global-infra/bfd-profiles

Delete BFD Config and all the entities contained by this BfdProfile


Delete BFD Config and all the entities contained by this BfdProfile.
DELETE /global-manager/api/v1/global-infra/bfd-profiles/{bfd-profile-id}

Read a BfdProfile


Read a BfdProfile.
GET /global-manager/api/v1/global-infra/bfd-profiles/{bfd-profile-id}

Create or update a BfdProfile


If a BfdProfile with the bfd-profile-id is not already present,
create a new BfdProfile. If it already exists, update the
BfdProfile. This operation will fully replace the object.
PATCH /global-manager/api/v1/global-infra/bfd-profiles/{bfd-profile-id}

Create or update a BfdProfile


If a BfdProfile with the bfd-profile-id is not already present,
create a new BfdProfile. If it already exists, update the
BfdProfile. This operation will fully replace the object.
PUT /global-manager/api/v1/global-infra/bfd-profiles/{bfd-profile-id}