External DocumentationTo learn more, visit the GCP documentation.
Actions
Get Compute Image
Returns the specified image. Gets a list of available images by making a list() request.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Image | Name of the image resource to return. |
| Project | Project ID for this request. |
| Parameter | Description |
|---|---|
| Fields | Selector specifying which fields to include in a partial response. |
{
"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
}
Was this page helpful?