Show snapshot
| Method | URI | Description | 
|---|---|---|
| GET | /v1.1/{tenant_id}/os-snapshots/{snapshot_id} | Shows information for a specified snapshot. | 
Normal response codes: 200
Request
This table shows the URI parameters for the show snapshot request:
| Name | Type | Description | 
|---|---|---|
| {tenant_id} | String | The unique identifier of the project or account. | 
| {snapshot_id} | String | The unique identifier for a snapshot. | 
This operation does not require a request body.
Response
Example. Show snapshot: JSON response
{
	"snapshot": {
		"id": "3fbbcccf-d058-4502-8844-6feeffdf4cb5",
		"displayName": "snap-001",
		"displayDescription": "Daily backup",
		"volumeId": "521752a6-acf6-4b2d-bc7a-119f9148cd8c",
		"status": "available",
		"size": 30,
		"createdAt": "2012-02-29T03:50:07Z",
		"availability_zone":"jp-east-1a"
	}
}