Returns the specified Snapshot resource. Gets a list of available snapshots by making a list() request.
External DocumentationTo learn more, visit the GCP documentation.

Basic Parameters

ParameterDescription
ProjectProject ID for this request.
SnapshotName of the Snapshot resource to return.

Advanced Parameters

ParameterDescription
FieldsSelector specifying which fields to include in a partial response.

Example Output

{
	"kind": "<string>",
	"id": "<string>",
	"creationTimestamp": "2021-08-02T14:24:29",
	"name": "<string>",
	"status": "<string>",
	"sourceDisk": "<string>",
	"sourceDiskId": "<string>",
	"diskSizeGb": "<string>",
	"storageBytes": "<string>",
	"storageBytesStatus": "<string>",
	"licenses": [
		"<string>"
	],
	"selfLink": "<string>",
	"labelFingerprint": "<string>",
	"licenseCodes": [
		"<string>"
	],
	"storageLocations": [
		"<string>"
	],
	"guestOsFeatures": [
		{
			"type": "<string>"
		}
	],
	"downloadBytes": "<string>",
	"architecture": "<string>",
	"snapshotType": "<string>",
	"creationSizeBytes": "<string>",
	"enableConfidentialCompute": true
}

Workflow Library Example

Get Compute Snapshot with Gcp and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop