cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/images/{project_id}/{region_id}/{image_id}/metadata \ --header 'Authorization: <api-key>'
{ "count": 1, "results": [ { "key": "<string>", "read_only": true, "value": "<string>" } ] }
Retrieve all tags associated with an image. Use GET /v1/images/// instead
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Project ID
Region ID
Image ID
Key-value tags
Number of objects
x >= 0
1
Objects
Show child attributes
Was this page helpful?