cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/subnets/{project_id}/{region_id}/{subnet_id}/metadata_item \ --header 'Authorization: <api-key>'
{ "key": "my-tag", "read_only": false, "value": "my-tag-value" }
Get subnet tag by key
Deprecated: Use GET /v1/subnets/// instead
1 - 255
Was this page helpful?