Files
neutron-lib/api-ref/source/v2/samples/lbaas/pool-update-response.json
Henry Gessau 429e5c2c95 api-ref: Update to current state of Keystone V3 support
Use 'project' instead of 'tenant' in descriptions.

Accept either 'tenant_id' or 'project_id' in requests.
Return both 'tenant_id' or 'project_id' in responses.

Related Blueprint: keystone-v3

Change-Id: I606f7399dfb824ba08922470f6e46b0a150af33b
2016-10-06 22:05:43 -04:00

31 lines
967 B
JSON

{
"pool": {
"status": "PENDING_UPDATE",
"lb_algorithm": "ROUND_ROBIN",
"protocol": "HTTP",
"description": "",
"health_monitors": [
"b7633ade-24dc-4d72-8475-06aa22be5412"
],
"members": [
"cf024846-7516-4e3a-b0fb-6590322c836f"
],
"status_description": null,
"id": "5a9a3e9e-d1aa-448e-af37-a70171f2a332",
"vip_id": "388c739a-6a57-4e74-bc7b-a5cd60248bba",
"name": "SuperPool",
"admin_state_up": true,
"subnet_id": "aa547115-d710-4d6d-bb2c-b038d9c2704b",
"project_id": "eabfefa3fd1740a88a47ad98e132d238",
"tenant_id": "eabfefa3fd1740a88a47ad98e132d238",
"health_monitors_status": [
{
"monitor_id": "b7633ade-24dc-4d72-8475-06aa22be5412",
"status": "ACTIVE",
"status_description": null
}
],
"provider": "haproxy"
}
}