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