List All DMEs
This endpoint retrieves a list of all DME devices and their status (if available).
Response Messages
successful response
[
{
"devices": [
{
"name": "string",
"id": "string",
"macAddress": "string",
"status": "string",
"prepositionContent": true,
"isVideoStorageDevice": true,
"dMEStatus": {
"dMEUpTime": "2020-09-28T17:44:46.643Z",
"dMESystemTime": "2020-09-28T17:44:46.643Z",
"dMEVersion": "string",
"rTMPServerVersion": "string",
"connectionCount": 0,
"rTMPServerConnectionsCount": 0,
"multiProtocolMaxCount": 0,
"rTPConnectionsCount": 0,
"rTPConnectionsMaxCount": 0,
"iSCSIUsage": true,
"ipAddress": "string",
"id": "string",
"version": "string",
"createdBy": {
"when": "2020-09-28T17:44:46.643Z",
"principal": "string"
},
"modifiedBy": {
"when": "2020-09-28T17:44:46.643Z",
"principal": "string"
},
"isCollectable": true
},
"iPAddress": "string"
}
]
}
]
Unauthorized error
Internal server error