System errors
Endpoint: https://server:port/api/systemerrors
Supported actions: GET
Example
GET https://server:port/api/systemerrors
Permissions
GET: viewSystemErrors
GET Response:
{
"cameraErrors": {
"cameras": [
"1a5f0057-d3c8-4904-993f-5a73983544e9",
"17d7c877-3ab8-4fa9-a241-35221ffef10a"
],
"count": 2,
"descriptions": [
"Video lost on camera",
"Video lost on camera"
]
},
"externalErrors": {
"count": 0,
"descriptions": [],
"topics": []
},
"licenseErrors": {
"count": 0,
"descriptions": []
},
"recordingErrors": {
"count": 0,
"descriptions": []
}
}
Notes:
External errors are the only non-self-explanatory category, these are errors triggered by other external sources, such as alarms generated by the SMTP alarm server.
Comments
0 comments
Please sign in to leave a comment.