To 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": "compute#snapshot",    "id": "8871464190980679968",    "creationTimestamp": "2022-12-29T10:09:19.498-08:00",    "name": "snapshot",    "status": "UPLOADING",    "sourceDisk": "https://blinkops.com",    "sourceDiskId": "5122914973818841609",    "diskSizeGb": "10",    "licenses": [        "https://www.googleapis.com/compute/v1/projects/debian-cloud/global/licenses/debian-11-bullseye"    ],    "selfLink": "https://blinkops.com",    "labelFingerprint": "42WmSpB8rSM=",    "licenseCodes": [        "3853522013536123851"    ],    "storageLocations": [        "us-central1"    ],    "downloadBytes": "0",    "architecture": "X86_64",    "snapshotType": "ARCHIVE"}

Workflow Library Example

Get Compute Snapshot with Gcp and Send Results Via Email

Preview this Workflow on desktop