Last updated 1 year ago
GET https://api.suble.io/projects/:projectId/floating_ips/:id
GET
https://api.suble.io/projects/:projectId/floating_ips/:id
Retrieve floating ip
{ "_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 }
{ "error": String }
projectId
string
Unique id for the project
id
Floating IP Id
Authorization
User token or project key