CameraStatus
Camera statuses.
Permissions required include both Camera status and Camera configuration.
| HTTP Methods |
|
| URL |
Either:
where variables are:
|
|
Response JSON |
{
"objectID": "CameraStatusCollection:",
"reqAction": 1,
"totalRemoteCount": 5,
"subCount": 5,
"remoteSorting": true,
"nextPage": false,
"nodePermission": 3,
"nodeAccessDetails": 1,
"collection": [
{
"mkey": "FD50",
"status": 1,
"action_scheduled": 3,
"action_pending": 2,
"action_current": 1,
"action_problem": 0,
"last_query": 1762267129,
"flag": 1,
"detail_code": 0,
"detail_info": "",
"support_status": 0,
"eos_version": ""
},
...
]
}
where attributes are:
|
Action
Multiple bits can be active at the same time.
-
0— Idle. -
1 << 0— Continuous recording. See also Recording type. -
1 << 1— Motion detection recording. -
1 << 2— Digital input. -
1 << 3— Audio detection. -
1 << 4— Passive infrared (PIR) detection. -
1 << 5— Tamper detection. -
1 << 8— Continuous recording on the camera's SD card ("edge recording"). See also Recording type. -
1 << 9— Motion recording on the camera's SD card ("edge recording"). -
1 << 10— Digital input recording on the camera's SD card ("edge recording"). -
1 << 11— Audio recording on the camera's SD card ("edge recording"). -
1 << 12— Passive infrared (PIR) recording on the camera's SD card ("edge recording"). -
1 << 13— Tamper detection recording on the camera's SD card ("edge recording").
Flag
-
0— End-of-support reached. FortiRecorder will not try to connect to the camera. -
1— Active. Camera has recently communicated with FortiRecorder. -
2— Inactive. Camera has not recently communicated with FortiRecorder. -
3— Camera is not configured. -
4— Camera is unreachable. -
5— Camera is not configured and has a default address. -
6— Camera has an invalid address. -
7— Camera has a default address. -
8— Camera is being configured. -
9— Camera has a configuration error. -
10— Camera is upgrading its software. -
11— Camera is rebooting. -
12— Camera is not configured and has an invalid address. -
13— Duplicate IP address detected. Camera has the same IP address as another device. -
14— Camera is managed by another FortiRecorder.