GET
/
cloud
/
v1
/
instances
/
{project_id}
/
{region_id}
/
{instance_id}
/
metadata
curl --request GET \
  --url https://api.gcore.com/cloud/v1/instances/{project_id}/{region_id}/{instance_id}/metadata \
  --header 'APIKey: <api-key>'
{
  "count": 1,
  "results": [
    {
      "key": "my-tag",
      "read_only": false,
      "value": "my-tag-value"
    }
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

project_id
integer
required

Project ID

region_id
integer
required

Region ID

instance_id
string
required

Instance ID

Response

200 - application/json

Key-value tags

The response is of type object.