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

floating_ip_id
string
required

Floating IP ID

Examples:

"c64e5db1-5f1f-43ec-a8d9-5090df85b82d"

Response

200 - application/json

OK

The response is of type object.