NSX-T Data Center Global Manager REST API
Associated URIs:
API Description | API Path |
---|---|
List BfdProfilesPaginated list of all BfdProfiles. |
GET /global-manager/api/v1/global-infra/bfd-profiles
|
Delete BFD Config and all the entities contained by this BfdProfileDelete BFD Config and all the entities contained by this BfdProfile. |
DELETE /global-manager/api/v1/global-infra/bfd-profiles/{bfd-profile-id}
|
Read a BfdProfileRead a BfdProfile. |
GET /global-manager/api/v1/global-infra/bfd-profiles/{bfd-profile-id}
|
Create or update a BfdProfileIf 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 BfdProfileIf 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}
|