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 image. Gets a list of available images by making a list() request.
Basic Parameters
| Parameter | Description |
|---|
| Image | Name of the image resource to return. |
| Project | Project ID for this request. |
Advanced Parameters
| Parameter | Description |
|---|
| Fields | Selector specifying which fields to include in a partial response. |
Example Output
{
"kind": "<string>",
"id": "<string>",
"creationTimestamp": "2022-06-06T12:39:22",
"name": "<string>",
"description": "<string>",
"sourceType": "<string>",
"rawDisk": {
"source": "<string>",
"containerType": "<string>"
},
"status": "<string>",
"archiveSizeBytes": "<string>",
"diskSizeGb": "<string>",
"licenses": [
"<string>"
],
"family": "<string>",
"selfLink": "<string>",
"labelFingerprint": "<string>",
"guestOsFeatures": [
{
"type": "<string>"
}
],
"licenseCodes": [
"<string>"
],
"storageLocations": [
"<string>"
],
"enableConfidentialCompute": false
}
Workflow Library Example
Get Compute Image with Gcp and Send Results Via Email