Method get
Returns the specified MySQL backup.
To get the list of available MySQL backups, make a list request.
HTTP request
GET https://mdb.api.cloud.yandex.net/managed-mysql/v1alpha/backups/{backupId}
Path parameters
Parameter | Description |
---|---|
backupId | Required. ID of the backup to return information about. To get the backup ID, use a listBackups request. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"sourceClusterId": "string",
"startedAt": "string"
}
A MySQL backup. For more information, see
the documentation.
Field | Description |
---|---|
id | string Required. ID of the backup. |
folderId | string ID of the folder that the backup belongs to. |
createdAt | string (date-time) String in RFC3339 text format. |
sourceClusterId | string ID of the MySQL cluster that the backup was created for. |
startedAt | string (date-time) Time when the backup operation was started. String in RFC3339 text format. |