Querying Snapshots (Discarded)
Function
This API is used to query information about a volume snapshot.
This API has been discarded. Use the API described in Querying Details About an EVS Snapshot (OpenStack Cinder API v2).
URI
GET /v2.1/{project_id}/os-snapshots/{snapshot_id}
| Parameter | Mandatory | Description | 
|---|---|---|
| project_id | Yes | Specifies the project ID. For details about how to obtain the ID, see Obtaining a Project ID. | 
| snapshot_id | Yes | Specifies the volume snapshot ID. | 
Response
Response parameters
Table 2 describes the response parameters.
| Parameter | Type | Description | 
|---|---|---|
| id | String | Specifies the disk snapshot ID in UUID format. | 
| status | String | Specifies the volume snapshot status. | 
| displayName | String | Specifies the volume snapshot name. | 
| displayDescription | String | Specifies the volume snapshot description. | 
| createdAt | String | Specifies the time when the volume snapshot was created. | 
| volumeId | String | Specifies the disk ID in UUID format for the snapshot. | 
| size | Integer | Specifies the volume snapshot size. | 
Example Request
GET https://{endpoint}/v2.1/d6c277ba8820452e83df36f33c9fa561/os-snapshots/b836dc3d-4e10-4ea4-a34c-8f6b0460a583
 Example Response
{
    "snapshot": 
        {
            "createdAt": "2016-05-20T16:54:14.981520", 
            "displayDescription": null, 
            "id": "b836dc3d-4e10-4ea4-a34c-8f6b0460a583",  
            "displayName": "test", 
            "size": 1, 
            "status": "creating", 
            "volumeId": "ba5730ea-8621-4ae8-b702-ff0ffc12c209"
        }
}
 Returned Values
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.
 
    