List backups

 
MethodURIDescription
GET/v2/{tenant_id}/backups

Lists backups defined in Block Storage to which the tenant who submits the request has access.

Normal response codes: 200

 Request

This table shows the URI parameters for the list backups request:

NameTypeDescription

{tenant_id}

​String

The unique identifier of the tenant or account.

This operation does not require a request body.

 Response

 

Example 3.35. List backups: JSON response

{
   "backups":[
      {
         "id":"2ef47aee-8844-490c-804d-2a8efe561c65",
         "links":[
            {
               "href":"http://localhost:8776/v1/c95fc3e4afe248a49a28828f286a7b38/backups/2ef47aee-8844-490c-804d-2a8efe561c65",
               "rel":"self"
            },
            {
               "href":"http://localhost:8776/c95fc3e4afe248a49a28828f286a7b38/backups/2ef47aee-8844-490c-804d-2a8efe561c65",
               "rel":"bookmark"
            }
         ],
         "name":"backup001"
      },
      {
         "id":"4dbf0ec2-0b57-4669-9823-9f7c76f2b4f8",
         "links":[
            {
               "href":"http://localhost:8776/v1/c95fc3e4afe248a49a28828f286a7b38/backups/4dbf0ec2-0b57-4669-9823-9f7c76f2b4f8",
               "rel":"self"
            },
            {
               "href":"http://localhost:8776/c95fc3e4afe248a49a28828f286a7b38/backups/4dbf0ec2-0b57-4669-9823-9f7c76f2b4f8",
               "rel":"bookmark"
            }
         ],
         "name":"backup002"
      }
   ]
}

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page