forked from docs/doc-exports
Reviewed-by: Gladkov, Maksim <mgladkov@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: wangdengke2 <wangdengke2@huawei.com> Co-committed-by: wangdengke2 <wangdengke2@huawei.com>
18 KiB
18 KiB
Querying Details About a Backup (a V3 API)
Function
This API is used to query details about a backup.
Constraints
None
URI
GET /v3/{project_id}/instances/{instance_id}/backups/{backup_id}
Parameter |
Type |
Mandatory |
Description |
|---|---|---|---|
project_id |
String |
Yes |
Project ID of a tenant in a region |
instance_id |
String |
Yes |
Instance ID |
backup_id |
String |
Yes |
Backup ID, which can be obtained from Querying Backups (a V3 API). |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
X-Auth-Token |
Yes |
String |
User token. You can obtain the token by calling the IAM API used to obtain a user token. |
Example Request
Querying details about a backup
GET https://ddm.eu-de.otc.t-systems.com/v3/74f57817ca8f42e19318eb0e0ad41d18/instances/2f0324a93859487eb5566d75951fcd2din09/backups/cfea30126a884f46887b4e9211460fc1br09
Response
- Normal response
Table 3 Response body parameters Parameter
Type
Description
id
String
Backup ID
name
String
Backup name
instance_id
String
Instance ID
instance_name
String
Instance name
related_data_nodes
Array of RelatedDn objects
Associated data nodes
- Normal response example
{ "id": "09902ee7866649b8908ec209bfee2747br09", "name": "Backup-ddm-diagnose3-2u8g-1-4bfGfxqdESTHbkKm5XrWLg-2025052005400", "instance_id": "34970585d4964f2a8d6d9ea8d303398bin09", "instance_name": "ddm-diagnose3-2u8g-1-4bfGfxqdESTHbkKm5XrWLg", "related_data_nodes": [ { "instance_id": "fc33739e5d2741529e21d87a7b5923fain01", "instance_name": "mysql_rds_related_ddm_for_diagnose3_01" } ] } - Abnormal response
For details, see Abnormal Request Results.
Status Codes
- Normal
- Abnormal
For details, see Status Codes.
Error Codes
For details, see Error Codes.
Parent topic: Backup Management