Volumes API¶
List all volumes¶
GET /api/volumes
OAuth AuthorizationRequired: projects_read
schema
volumes
: Arrayid
: Integername
: Stringlabel
: Stringcontainer_path
: Stringregion_id
: Integercontainer_service_id
: Integerto_trash
: Booleantrash_after
: DateTimesize
: Decimalusage
: Decimalusage_checked
: DateTimetrashed_by_id
: Integerdetached_at
: DateTimesubscription_id
: Integerenable_sftp
: Booleanborg_enabled
: Booleanborg_freq
: Stringborg_strategy
:String<file,mysql>
borg_keep_hourly
: Integerborg_keep_daily
: Integerborg_keep_weekly
: Integerborg_keep_monthly
: Integerborg_keep_annually
: Integerborg_pre_backup
:Array<String>
borg_post_backup
:Array<String>
borg_pre_restore
:Array<String>
borg_post_restore
:Array<String>
borg_rollback
:Array<String>
updated_at
: DateTimecreated_at
: DateTime
View Volume¶
GET /api/volumes/{id}
OAuth AuthorizationRequired: projects_read
schema
volume
: Objectid
: Integername
: Stringlabel
: Stringcontainer_path
: Stringregion_id
: Integercontainer_service_id
: Integerto_trash
: Booleantrash_after
: DateTimesize
: Decimalusage
: Decimalusage_checked
: DateTimetrashed_by_id
: Integerdetached_at
: DateTimesubscription_id
: Integerenable_sftp
: Booleanborg_enabled
: Booleanborg_freq
: Stringborg_strategy
:String<file,mysql>
borg_keep_hourly
: Integerborg_keep_daily
: Integerborg_keep_weekly
: Integerborg_keep_monthly
: Integerborg_keep_annually
: Integerborg_pre_backup
:Array<String>
borg_post_backup
:Array<String>
borg_pre_restore
:Array<String>
borg_post_restore
:Array<String>
borg_rollback
:Array<String>
updated_at
: DateTimecreated_at
: DateTime
Last update: 2021-12-31