neutron-lib/api-ref/source/v2/samples/floatingips/floatingip-disassociate-response.json
huangtianhua f5620b8387 Improve floatingip api-ref
The improvements in this patch:
1. adds params 'subnet_id' and 'description' for
   creation request
2. adds params 'description', 'created_at', 'updated_at'
   and 'revision_number' for creation/show/list/update
   response
3. improves corresponding examples

Partially-Implements: blueprint neutron-in-tree-api-ref
Partial-Bug: #1613151
Change-Id: I431ae6fb5e0760df4907a131aff6f2fac41ae71d
2017-01-11 11:28:30 +08:00

18 lines
621 B
JSON

{
"floatingip": {
"floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57",
"router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f",
"fixed_ip_address": null,
"floating_ip_address": "172.24.4.228",
"project_id": "4969c491a3c74ee4af974e6d800c62de",
"tenant_id": "4969c491a3c74ee4af974e6d800c62de",
"status": "ACTIVE",
"port_id": null,
"id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7",
"description": "for test",
"created_at": "2016-12-21T10:55:50Z",
"updated_at": "2016-12-22T03:13:49Z",
"revision_number": 3
}
}