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
Header Parameters
ProjectUid string
Scope the request to the specified project uid
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...