cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/images/{project_id}/{region_id}/{image_id}/metadata_item \ --header 'Authorization: <api-key>'
{ "key": "my-tag", "read_only": false, "value": "my-tag-value" }
Retrieve a specific tag by its key from an image. Use GET /v1/images/// instead
Was this page helpful?