neutron-lib/api-ref/source/v2/samples/lbaas/pool-create-response.json

21 lines
636 B
JSON

{
"pool": {
"status": "PENDING_CREATE",
"lb_algorithm": "ROUND_ROBIN",
"protocol": "HTTP",
"description": "simple pool",
"health_monitors": [],
"members": [],
"status_description": null,
"id": "af95e0ce-8a26-4f29-9524-db41e7769c73",
"vip_id": null,
"name": "my-pool",
"admin_state_up": true,
"subnet_id": "e301aed0-d9e7-498a-977c-1bbfaf14ed5d",
"project_id": "eabfefa3fd1740a88a47ad98e132d238",
"tenant_id": "eabfefa3fd1740a88a47ad98e132d238",
"health_monitors_status": [],
"provider": "haproxy"
}
}