All REST Endpoints

Version 1/Discovery (V1)
Use to manage discovery.
Add an SNMP Profile to a Discovery Job
Method: post
Path: /discovery-service/discovery/request/result/{discovery-context-id}/profile/
Create a Discovery Job
Method: post
Path: /discovery-service/discovery/request/create
Get Discovery Profile Results by ID
Method: get
Path: /discovery-service/discovery/request/result/{discovery-context-id}/profile/{snmp-profile-uuid}
Get Discovery Results
Method: get
Path: /discovery-service/discovery/request/result/
Get Discovery Results by ID
Method: get
Path: /discovery-service/discovery/request/result/{discovery-context-id}
Get Discovery Status
Method: get
Path: /discovery-service/discovery/request/status/
Get Discovery Status by ID
Method: get
Path: /discovery-service/discovery/request/status/{discovery-context-id}
Get SNMP Profile Results
Method: get
Path: /discovery-service/discovery/request/result/{discovery-context-id}/profile/
Version 1/Inventory (V1)
Use to manage inventory.
Add Discovery Results to the Inventory
Method: post
Path: /discovery-service/inventory
Replace the Inventory
Method: put
Path: /discovery-service/inventory
Translate the Inventory Status
Method: post
Path: /discovery-service/inventory/translate/
Update the Inventory
Method: patch
Path: /discovery-service/inventory
Version 1/Rediscovery (V1)
Use to manage rediscovery.
Rediscover Devices
Method: post
Path: /discovery-service/rediscovery
Version 2/Discovery (V2)
Use to manage discovery.
Create a Discovery Job
Method: post
Path: /api/app/discovery/{zoneid}/v2/devices/discover
Get Discovery Results
Method: get
Path: /api/app/discovery/{zoneid}/v2/devices/discoveryResults/
Get Discovery Results by ID
Method: get
Path: /api/app/discovery/{zoneid}/v2/devices/discoveryResults/{discovery-context-id}
Get Discovery Status
Method: get
Path: /api/app/discovery/{zoneid}/v2/devices/discoveryStatus
Get Discovery Status by ID
Method: get
Path: /app/discovery/{zoneid}/v2/devices/discoveryStatus/{discovery-context-id}
Version 2/Rediscovery (V2)
Use to manage rediscovery.
Rediscover Devices
Method: post
Path: /api/app/discovery/{zoneid}/v2/devices/rediscover