v1
latestOpenAPI 3.0.32026-07-26134195287.9 KBGet cloud backup settings for a certain camera.
Query parameters
The unique identifier of the camera.
Response
OK
The unique identifier of the camera.
Array of booleans indicating for which days footage should be uploaded. In order the elements in the array indicate the following days: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday. If value is 1, cloud backup is on for that day. If value is 0, cloud backup is off for that day
Status of cloud backup for a camera. It has two possible values: 1, 0.
Epoch timestamp of the latest available backup segment in HD quality.
Epoch timestamp of the latest available backup segment in SD quality.
Delimited list of <code>start_time, end_time</code> as timeslot for which a user wants footage to be backed up to the cloud, start_time and end_time are integers indicating seconds to midnight, i.e, [3600, 7200] means 1am - 2am
Delimited list of <code>start_time, end_time</code> as timeslot for scheduled time for footage upload, start_time and end_time are integers indicating seconds to midnight, i.e, [3600, 7200] means 1am - 2am
Quality of the uploaded video. Two values are possible: <code>STANDARD_QUALITY</code> and <code>HIGH_QUALITY</code>.
Defines what type of video is backed-up. Two values are possible: <code>MOTION</code> and <code>ALL</code>.