List
List
GET
https://api.suble.io/projects/:projectId/floating_ips
Retrieve list of floating ips
Path Parameters
Name
Type
Description
projectId
string
Unique id for the project
Headers
Name
Type
Description
Authorization
string
User token or project key
[
{
"_id": ObjectId,
"project": ObjectId,
"ipv4": {
"ip": String,
"gateway": String,
"subnet": String,
"type": String
},
"ipv6: {
"ip": String
},
"macaddress": String,
"vms": [ObjectId], //Array
"name": String,
"purpose": String,
"price": Integer,
"connected": String
}
]
Last updated
Was this helpful?