docker.list_backups

List existing app backups.

Type: object

Type: array
No Additional Items

DockerBackupInfo

Type: object

Object mapping backup names to their detailed information.

Each additional property must conform to the following schema

BackupInfo

Type: object
No Additional Properties

Name

Type: string

Name of the backup.

Must be at least 1 characters long

Apps

Type: array of object

Array of applications included in this backup.

No Additional Items
Each item of this array must be:

AppInfo

Type: object
No Additional Properties

Id

Type: string

Unique identifier of the application.

Must be at least 1 characters long

Name

Type: string

Human-readable name of the application.

Must be at least 1 characters long

State

Type: string

Current running state of the application.

Must be at least 1 characters long

Snapshot Name

Type: string

ZFS snapshot name associated with this backup.

Must be at least 1 characters long

Created On

Type: string

Timestamp when the backup was created.

Must be at least 1 characters long

Backup Path

Type: string

Filesystem path where the backup is stored.

Must be at least 1 characters long



Required roles: DOCKER_READ