blob: 43d1dd1b243027a614d2b4ba318ac4c483056d55 [file] [log] [blame]
{
"type": "object",
"title": "floatingips",
"required": [
"floatingips"
],
"properties": {
"floatingips": {
"type": "array",
"xml": {
"name": "floatingips",
"wrapped": true
},
"items": {
"type": "object",
"description": "A floating IP object.",
"required": [
"id",
"routerName",
"networkName",
"floatingIp",
"podName",
"fixedIp"
],
"properties": {
"id": {
"type": "string",
"example": "6a073105-c735-4e53-8d74-64191c6985fe",
"description": "The ID of floating IP."
},
"routerName": {
"type": "string",
"example": "26fcc876-f39a-459f-801d-75dcd3654ab8",
"description": "Name of router."
},
"networkName": {
"type": "string",
"example": "flat-1",
"description": "Name of network."
},
"floatingIp": {
"type": "string",
"example": "10.10.10.5",
"description": "Floating IP address."
},
"podName": {
"type": "string",
"example": "pod-1",
"description": "Name of POD associated with this floating IP"
},
"fixedIp": {
"type": "string",
"example": "20.20.20.5",
"description": "Fixed IP address."
}
}
}
}
}
}