Update cloud backup settings for a certain camera.

If camera cloud backup has been enabled and disabled before,
enable it again will start backup from last disabled time

Log in to see full request history
Body Params
string
required

The unique identifier of the camera.

string
required

Delimited list of booleans indicating which days footage should be uploaded. The elements in the array indicate the following days in order: 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. For example, 0,1,1,1,1,1,0 means only backup on weekdays.

integer
required

Status of cloud backup for a camera. If value is 1, cloud backup is enabled. If value is 0, cloud backup is disabled.

string
required

The unique identifier of the organization.

string
required

Delimited list of start_time, end_time 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

string
required

Delimited list of start_time, end_time 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

string
required

Quality of the uploaded video. Two values are possible: STANDARD_QUALITY and HIGH_QUALITY.

string
required

The type of video that is backed-up. Two values are possible: MOTION and ALL.

Response
200

ok

Language
Credentials
Click Try It! to start a request and see the response here!