Returns the Gcp image url for the specified image location
GET/v1/clouds/gcp/images/:imageName/url
Returns the Gcp image url for the specified image location
Request
Path Parameters
imageName stringrequired
imageName for which GCP image url is requested
Responses
- 200
 
(empty)
- application/json
 
- Schema
 - Example (from schema)
 
Schema
imageFamilystring
The name of the image family to which this image belongs
imageUrlstring
Server-defined URL for the resource
namestring
Name of the resource
{
  "imageFamily": "string",
  "imageUrl": "string",
  "name": "string"
}
Loading...