NSX-T Data Center Global Manager REST API

Associated URIs:

API Description API Path

List SpoofGuard profiles


API will list all SpoofGuard profiles.
GET /global-manager/api/v1/global-infra/spoofguard-profiles

Delete SpoofGuard profile


API will delete SpoofGuard profile with the given id.
DELETE /global-manager/api/v1/global-infra/spoofguard-profiles/{spoofguard-profile-id}

Get SpoofGuard profile


API will return details of the SpoofGuard profile with given id. If the
profile does not exist, it will return 404.
GET /global-manager/api/v1/global-infra/spoofguard-profiles/{spoofguard-profile-id}

Patch SpoofGuard profile


Create a new SpoofGuard profile if the SpoofGuard profile with the given id
does not exist. Otherwise, patch with the existing SpoofGuard profile.
PATCH /global-manager/api/v1/global-infra/spoofguard-profiles/{spoofguard-profile-id}

Create or replace SpoofGuard profile


API will create or replace SpoofGuard profile.
PUT /global-manager/api/v1/global-infra/spoofguard-profiles/{spoofguard-profile-id}