Backup
A set of methods for managing MySQL backups.
JSON Representation
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"sourceClusterId": "string",
"startedAt": "string"
}
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. |
Methods
Method | Description |
---|---|
get | Returns the specified MySQL backup. |
list | Retrieves the list of MySQL backups available for the specified folder. |