Service doublecloud.clickhouse.v1.BackupService
Get
Returns the specified backup of ClickHouse cluster.
Request
Field |
Description |
|
string Required. ID of the backup to return. |
Response
Field |
Description |
|
string Required. ID of the backup. |
|
string ID of the project that the backup belongs to. |
|
string User defined or autogenerated backup name. Contains shard name until we implement consistent multishard backups. |
|
google.protobuf.Timestamp The time when the backup was created (i.e. when the backup operation completed). |
|
google.protobuf.Timestamp The time when the backup operation was started. |
|
string ID of the associated ClickHouse cluster. |
|
int64 Size of backup in bytes |
|
doublecloud.clickhouse.v1.Backup.Type How this backup was created (manual/automatic/etc...) |
List
Returns the list of available backups for the specified ClickHouse cluster.
Request
Field |
Description |
|
string Required. ID of the project to list backups in. |
|
doublecloud.v1.Paging Paging information of the request |
Response
Field |
Description |
|
list Requested list of backups. |
|
|
|
doublecloud.v1.NextPage Pagination information of the response |
Create
Creates new ClickHouse cluster backup.
Request
Field |
Description |
|
string Required. ID of the ClickHouse cluster to back up. |
|
string Optional. Name of the ClickHouse cluster backup. |
Response
Field |
Description |
|
string ID of the operation. |
|
string ID of the project where operation performed. |
|
string Description of the operation. |
|
string ID of the user or service account who initiated the operation. |
|
list Operation metadata (e.g. cluster_id for create cluster operation). |
|
|
|
google.protobuf.Timestamp The time when the operation was created. |
|
google.protobuf.Timestamp The time when the operation was started. |
|
google.protobuf.Timestamp The time when the operation was finished. |
|
doublecloud.v1.Operation.Status The status of the operation. |
|
google.rpc.Status The error result of the operation in case of failure or cancellation. |
|
string ID of the resource operation performed on. |
Delete
Delete specified ClickHouse cluster backup.
Request
Field |
Description |
|
string Required. ID of the backup to delete. |
Response
Field |
Description |
|
string ID of the operation. |
|
string ID of the project where operation performed. |
|
string Description of the operation. |
|
string ID of the user or service account who initiated the operation. |
|
list Operation metadata (e.g. cluster_id for create cluster operation). |
|
|
|
google.protobuf.Timestamp The time when the operation was created. |
|
google.protobuf.Timestamp The time when the operation was started. |
|
google.protobuf.Timestamp The time when the operation was finished. |
|
doublecloud.v1.Operation.Status The status of the operation. |
|
google.rpc.Status The error result of the operation in case of failure or cancellation. |
|
string ID of the resource operation performed on. |