Description
List backups.
※backup_id: The ID which automatically executes cancel operation when 1VM is applied for backup
※backuprun_id: The ID which associates to a backup operation
Request URL
Compute API v2.0
GET /v1/{tenant_id}/backup/{backup_id}
Request Parameters
| Parameter | Value | Style | Description |
|---|---|---|---|
| X-Auth-Token | User Token | header | |
| tenant_id | Tenant ID | URI | |
| backup_id | The ID which automatically executes cancel operation when 1VM is applied for backup | URI |
Request Json
This operation does not accept a request body.
Normal response codes
200 OK
Example
curl -i -X GET \ -H "Accept: application/json" \ -H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \ https://compute.tyo1.cloud.z.com/v2/1864e71d2deb46f6b47526b69c65a45d/backup/363ed426-e326-4bee-a526-270be13f0b9c
HTTP/1.1 200 OK
Date: Tue, 10 Feb 2015 08:06:17 GMT
Server: Apache
Content-Length: 303
Content-Type: text/html; charset=UTF-8
{
"backup": [
{
"instance_id": "backupnoid1234567890",
"created_at": "",
"id": "id0987654321",
"backupruns": [
{
"status": "",
"created_at": "",
"backuprun_id": "backuprunid123456789",
"type": "server"
},
{
"status": "",
"created_at": "",
"backuprun_id": "backuprunid123456789",
"type": "volume"
}
],
"volume_id": "volumeid0987654321"
}
]
}