Get device backup

Retrieves single backup document by ID.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

idstringRequiredformat: "^[0-9a-f]{24}$"
Backup's id

Response

JSON object that contains the backed up configuration
idstringOptionalformat: "^[0-9a-f]{24}$"
namestringOptional
providerstringOptional
typeenumOptional
datestringOptionalformat: "\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z"
rawConfigstringOptional
descriptionstringOptional
notesstringOptional
gbacobjectOptional
Sets of group Ids that are allowd to access this automation.

Errors

500
Internal Server Error