Skip to main content

Get Compute Image

Returns the specified image. Gets a list of available images by making a list() request.

External Documentation

To learn more, visit the GCP documentation.

Basic Parameters

ParameterDescription
ImageName of the image resource to return.
ProjectProject ID for this request.

Advanced Parameters

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

Example Output

{
"kind": "compute#image",
"id": "7901324103529914905",
"creationTimestamp": "2021-04-30T12:39:34.811-07:00",
"name": "debian-10-tf-1-15-5-v20210430",
"description": "Google, Debian GNU/Linux, 10 Buster + TF 1-15-5, A Debian linux image with Tensorflow Version 1-15-5 pre-installed and optimized for Cloud TPUs.",
"sourceType": "RAW",
"rawDisk": {
"source": "",
"containerType": "TAR"
},
"status": "READY",
"archiveSizeBytes": "5775202368",
"diskSizeGb": "10",
"licenses": [
"https://www.googleapis.com/compute/v1/projects/debian-cloud/global/licenses/debian-10-buster",
"https://www.googleapis.com/compute/v1/projects/ml-images/global/licenses/debian-tensorflow"
],
"family": "tf-1-15-5",
"selfLink": "https://www.googleapis.com/compute/v1/projects/ml-images/global/images/debian-10-tf-1-15-5-v20210430",
"labelFingerprint": "42WmSpB8rSM=",
"guestOsFeatures": [
{
"type": "VIRTIO_SCSI_MULTIQUEUE"
}
],
"licenseCodes": [
"5543610867827062957",
"5479553629613912142"
],
"storageLocations": [
"asia",
"eu",
"us"
]
}

Workflow Library Example

Get Compute Image with Gcp and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop