GET
/
cloud
/
v1
/
file_shares
/
{project_id}
/
{region_id}
/
{file_share_id}
/
metadata_item
curl --request GET \
  --url https://api.gcore.com/cloud/v1/file_shares/{project_id}/{region_id}/{file_share_id}/metadata_item \
  --header 'APIKey: <api-key>'
{
  "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

file_share_id
string
required

File Share ID

Examples:

"bd8c47ee-e565-4e26-8840-b537e6827b08"

Query Parameters

key
string
required

Tag key

Examples:

"tag-key"

Response

200 - application/json

OK

A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.