Snapshots
Get snapshot
Get details of a specific snapshot.
get/api/v1/snapshots/{id}
Path parameters
idinteger required
Snapshot ID
Headers
X-Project-IDstring uuid required
Project ID. Required for all mutating operations (create, delete, power actions, resize).
Response
Snapshot details
Example response
{
"data": {
"status": "active"
}
}Changes
Changed in 1 of the 28 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○