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
idstringformat: "^[0-9a-f]{24}$"
namestring
providerstring
typeenum
Allowed values:
datestringformat: "\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z"
rawConfigstring
descriptionstring
notesstring
gbacobject
Sets of group Ids that are allowd to access this automation.

Errors

500
Internal Server Error