NSX-T Data Center Global Manager REST API

Associated URIs:

API Description API Path

List Mac Discovery Profiles


API will list all Mac Discovery Profiles active in current discovery profile id.
GET /global-manager/api/v1/global-infra/mac-discovery-profiles

Delete Mac Discovery Profile


API will delete Mac Discovery profile.
DELETE /global-manager/api/v1/global-infra/mac-discovery-profiles/{mac-discovery-profile-id}

Get Mac Discovery Profile


API will get Mac Discovery profile.
GET /global-manager/api/v1/global-infra/mac-discovery-profiles/{mac-discovery-profile-id}

Create Mac Discovery Profile


API will create Mac Discovery profile.
PATCH /global-manager/api/v1/global-infra/mac-discovery-profiles/{mac-discovery-profile-id}

Update Mac Discovery Profile


API will update Mac Discovery profile.
PUT /global-manager/api/v1/global-infra/mac-discovery-profiles/{mac-discovery-profile-id}