3.5.10 Devices
Getting list of all devices
URL: | https://{{ip_addr}}/api/v1/hipmo/devices |
HTTP method: | GET |
Response code: | Standard HTTP response code, treating syntactic errors. |
Response data: | {
"data": {
"actual": [],
"lan": [
{
"id": 148,
"ip": "10.27.6.213",
"isActive": false,
"name": "2NIndoorCompact-5223420153"
},
...
{
"id": 242,
"ip": "10.27.21.10",
"isActive": false,
"name": "2N IP Force"
}
],
"sip": []
}
}
|
Getting list of active devices
URL: | https://{{ip_addr}}/api/v1/hipmo/devices/actual |
HTTP method: | GET |
Response code: | Standard HTTP response code, treating syntactic errors.
|
Response data: | {
"data": {
"devices": []
}
}
|
