Gets an item from the ApiSdk.v2.snapshots.item collection
Either the ID of an existing snapshot. This will be an integer for a Droplet snapshot or a string for a volume snapshot.
To list all of the snapshots available on your account, send a GET request to/v2/snapshots.The response will be a JSON object with a key called snapshots. This will beset to an array of snapshot objects, each of which will contain the standardsnapshot attributes.### Filtering Results by Resource TypeIt's possible to request filtered results by including certain query parameters.#### List Droplet SnapshotsTo retrieve only snapshots based on Droplets, include the resource_typequery parameter set to droplet. For example, /v2/snapshots?resource_type=droplet.#### List Volume SnapshotsTo retrieve only snapshots based on volumes, include the resource_typequery parameter set to volume. For example, /v2/snapshots?resource_type=volume.
OptionalrequestConfiguration: RequestConfiguration<SnapshotsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To list all of the snapshots available on your account, send a GET request to/v2/snapshots.The response will be a JSON object with a key called snapshots. This will beset to an array of snapshot objects, each of which will contain the standardsnapshot attributes.### Filtering Results by Resource TypeIt's possible to request filtered results by including certain query parameters.#### List Droplet SnapshotsTo retrieve only snapshots based on Droplets, include the resource_typequery parameter set to droplet. For example, /v2/snapshots?resource_type=droplet.#### List Volume SnapshotsTo retrieve only snapshots based on volumes, include the resource_typequery parameter set to volume. For example, /v2/snapshots?resource_type=volume.
OptionalrequestConfiguration: RequestConfiguration<SnapshotsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/snapshots