Get
read a floating IPs
HTTP Request
GET /api/v1/hyper/fips/{ip}
Path Parameters
Parameter
Description
ip
The floating IP to set
Response
{
"fip": "35.188.x.x",
"name": "",
"createdAt": "2018-04-18T08:10:22.9Z",
"services": [
"test-loadbalancer-nginx"
]
}
Last updated