GET
/
cloud
/
v1
/
volumes
/
{project_id}
/
{region_id}
/
{volume_id}
/
metadata
curl --request GET \
  --url https://api.gcore.com/cloud/v1/volumes/{project_id}/{region_id}/{volume_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

Examples:

1

region_id
integer
required

Region ID

Examples:

1

volume_id
string
required

Volume ID

Examples:

"726ecfcc-7fd0-4e30-a86e-7892524aa483"

Response

200 - application/json

OK

The response is of type object.