Managed Service for Redis API, gRPC: BackupService.Get
Returns the specified Redis backup.
To get the list of available Redis backups, make a List request.
gRPC request
rpc Get (GetBackupRequest) returns (Backup)
GetBackupRequest
{
"backupId": "string"
}
Field |
Description |
backupId |
string Required field. ID of the Redis backup to return. |
Backup
{
"id": "string",
"folderId": "string",
"createdAt": "google.protobuf.Timestamp",
"sourceClusterId": "string",
"startedAt": "google.protobuf.Timestamp",
"sourceShardNames": [
"string"
]
}
Description of a Redis backup. For more information, see
the Managed Service for Redis documentation.
Field |
Description |
id |
string ID of the backup. |
folderId |
string ID of the folder that the backup belongs to. |
createdAt |
Creation timestamp in RFC3339 |
sourceClusterId |
string ID of the Redis cluster that the backup was created for. |
startedAt |
Start timestamp in RFC3339 |
sourceShardNames[] |
string Shard names used as a source for backup. |