GET /v2/droplets/{droplet_id}/snapshots
Summary: List Snapshots for a Droplet
Operation ID: droplets_list_snapshots
Auth: unknown
Operation ID: droplets_list_snapshots
Auth: unknown
Description
To retrieve the snapshots that have been created from a Droplet, send a GET request to `/v2/droplets/$DROPLET_ID/snapshots`. You will get back a JSON object that has a `snapshots` key. This will be set to an array of snapshot objects, each of which contain the standard Droplet snapshot attributes.
No probe data for this endpoint yet.