Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Returns the specified Snapshot resource. Gets a list of available snapshots by making a list() request.
Basic Parameters
| Parameter | Description |
|---|
| Project | Project ID for this request. |
| Snapshot | Name of the Snapshot resource to return. |
Advanced Parameters
| Parameter | Description |
|---|
| Fields | Selector 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