List snapshots (detailed)

Method URI Description
GET /v2/{tenant_id}/snapshots/detail Lists detailed information for all Block Storage snapshots that the project who submits the request can access.

Normal response codes: 200

Request

This table shows the URI parameters for the list snapshots (detailed) request:

Name Type Description
{tenant_id} String The unique identifier of the project or account.

This operation does not require a request body.

Response

Example. List snapshots (detailed): JSON response


{
	"snapshots": [
		{
			"status": "available",
			"os-extended-snapshot-attributes:progress": "100%",
			"description": "Daily backup",
			"created_at": "2013-02-25T07:30:12.000000",
			"metadata": {},
			"volume_id": "5aa119a8-d25b-45a7-8d1b-88e127885635",
			"os-extended-snapshot-attributes:project_id":
			"0c2eba2c5af04d3f9e9d0d410b371fde",
			"size": 30,
			"id": "43f20e0e-2c2c-4770-9d4e-c3d769ae5470",
			"name": "snap-001",
			"availability_zone":"jp-east-1a"
		},
		{
			"status": "available",
			"os-extended-snapshot-attributes:progress": "100%",
			"description": "Weekly backup",
			"created_at": "2013-02-25T07:20:38.000000",
			"metadata": {},
			"volume_id": "806092e3-7551-4fff-a005-49016f4943b1",
			"os-extended-snapshot-attributes:project_id":
			"0c2eba2c5af04d3f9e9d0d410b371fde",
			"size": 1,
			"id": "e820db06-58b5-439d-bac6-c01faa3f6499",
			"name": "snap-002",
			"availability_zone":"jp-east-1a"
		}
	]
}