To retrieve the snapshots that have been created from a Droplet, send a GETrequest to /v2/droplets/$DROPLET_ID/snapshots.You will get back a JSON object that has a snapshots key. This will be setto an array of snapshot objects, each of which contain the standard Dropletsnapshot attributes.
OptionalrequestConfiguration: RequestConfiguration<SnapshotsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To retrieve the snapshots that have been created from a Droplet, send a GETrequest to /v2/droplets/$DROPLET_ID/snapshots.You will get back a JSON object that has a snapshots key. This will be setto an array of snapshot objects, each of which contain the standard Dropletsnapshot attributes.
OptionalrequestConfiguration: RequestConfiguration<SnapshotsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/droplets/{droplet_id}/snapshots