Retrieve floating IPs of bare metal server subnet.
GET/backend/api/servers/:server_id/floating_ips/
Host: https://core.ocplanet.cloud
Retrieve floating IPs of bare metal server subnet.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
floating_ips object[]required
id integer
ip string
{
"floating_ips": [
{
"id": 0,
"ip": "string"
}
]
}
{
"floating_ips": [
{
"id": 1027,
"ip": "217.147.172.2"
},
{
"id": 1029,
"ip": "217.147.172.4"
},
{
"id": 1030,
"ip": "217.147.172.5"
},
{
"id": 1031,
"ip": "217.147.172.6"
},
{
"id": 1033,
"ip": "217.147.172.8"
}
]
}
Loading...