System errors
Endpoint: https://server:port/api/systemerrors
Supported actions: GET
Example
GET https://server:port/api/systemerrors
Permissions
GET: Viewing system errors
GET Response:
{
"cameraErrors": {
"cameraLabels": [
"Camera 1",
"Camera 2"
],
"cameras": [
"1a5f0057-d3c8-4904-993f-5a73983544e9",
"17d7c877-3ab8-4fa9-a241-35221ffef10a"
],
"count": 2,
"descriptions": [
"Video lost on camera",
"Video lost on camera"
],
"timestamps": [
1770386096,
1770342055,
]
},
"externalErrors": {
"count": 0,
"descriptions": [],
"timestamps": [],
"topics": []
},
"licenseErrors": {
"count": 0,
"descriptions": [],
"timestamps": []
},
"otherErrors": {
"count": 1,
"descriptions": [
"Connection failure"
],
"details": [
"Modbus 1"
],
"timestamps": [
1770381921
]
},
"recordingErrors": {
"count": 0,
"descriptions": [],
"timestamps": []
}
}
Notes:
External errors are errors triggered by other external sources, such as alarms generated by the SMTP alarm server.
Other errors are errors from other devices not in the camera category, such as Modbus I/O devices.
Comments
0 comments
Please sign in to leave a comment.