API Description | API Path |
---|---|
List Mac Discovery ProfilesAPI 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 ProfileAPI will delete Mac Discovery profile. |
DELETE /global-manager/api/v1/global-infra/mac-discovery-profiles/<mac-discovery-profile-id>
|
Get Mac Discovery ProfileAPI will get Mac Discovery profile. |
GET /global-manager/api/v1/global-infra/mac-discovery-profiles/<mac-discovery-profile-id>
|
Create Mac Discovery ProfileAPI will create Mac Discovery profile. |
PATCH /global-manager/api/v1/global-infra/mac-discovery-profiles/<mac-discovery-profile-id>
|
Update Mac Discovery ProfileAPI will update Mac Discovery profile. |
PUT /global-manager/api/v1/global-infra/mac-discovery-profiles/<mac-discovery-profile-id>
|