Managed Service for Redis API, REST: Backup.Get
Returns the specified Redis backup.
To get the list of available Redis backups, make a List request.
HTTP request
GET https://mdb.api.cloud.yandex.net/managed-redis/v1/backups/{backupId}
Path parameters
Field |
Description |
backupId |
string Required field. ID of the Redis backup to return. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"sourceClusterId": "string",
"startedAt": "string",
"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 |
string (date-time) Creation timestamp in RFC3339 String in RFC3339 To work with values in this field, use the APIs described in the |
sourceClusterId |
string ID of the Redis cluster that the backup was created for. |
startedAt |
string (date-time) Start timestamp in RFC3339 String in RFC3339 To work with values in this field, use the APIs described in the |
sourceShardNames[] |
string Shard names used as a source for backup. |