Get CMDB Device List
You can use this GET API to retrieve list of devices with specific organization ID and device IP/host name.
Release Added | 6.5.0 | |||||||||||||||||||||
Input URL |
|
|||||||||||||||||||||
Input Credentials | User name and password of Supervisor account, or Organization specific user name and password, Organization name. | |||||||||||||||||||||
HTTP Method | GET | |||||||||||||||||||||
Request Path Parameters |
|
|||||||||||||||||||||
Output |
When the request succeeds (HTTP response code 200), a JSON object is returned. It contains key attributes of the CMDB devices matching the request filter. Sample JSON follows. { "id": 968352, "orgId": 1, "orgName": "Super", "hostName": "FSM_Test_6501741_5835", "accessIp": "172.30.58.35", "deviceType": "Redhat Linux" } ] If there are no matching devices, then the JSON is empty. |
|||||||||||||||||||||
Output Key Fields |
|