GET /v2/snapshots/{snapshot_id}
To retrieve information about a snapshot, send a GET request to
/v2/snapshots/$SNAPSHOT_ID
.
The response will be a JSON object with a key called snapshot
. The value of
this will be an snapshot object containing the standard snapshot attributes.
Servers
- https://api.digitalocean.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
snapshot_id |
Yes |
Either the ID of an existing snapshot. This will be an integer for a Droplet snapshot or a string for a volume snapshot. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.