cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/floatingips/{project_id}/{region_id}/{floating_ip_id}/metadata \ --header 'Authorization: <api-key>'
{ "count": 1, "results": [ { "key": "<string>", "read_only": true, "value": "<string>" } ] }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Project ID
1
Region ID
Floating IP ID
"c64e5db1-5f1f-43ec-a8d9-5090df85b82d"
OK
Number of objects
x >= 0
Objects
Show child attributes
Was this page helpful?