# Pastebin Za6izoBt tack@octavia:~/devstack$ curl -s -X POST -H Content-type:application/json -d '{"name": "test_lb", "project_id": "4f070bee84454a1196d563147aef0346", "vip": {"subnet_id": "040ec11e-63e2-48ef-9397-1589e08f824f"}, "listeners": [{"name": "test_listener", "protocol": "HTTP", "protocol_port": 80, "default_pool": {"name":"test_pool1", "protocol": "HTTP", "lb_algorithm": "ROUND_ROBIN", "members": [{"ip_address": "172.21.1.15", "protocol_port": 80}, {"ip_address": "172.21.2.12", "protocol_port": 80}]}}]}' http://10.10.10.128:9876/v1/loadbalancers {"description": null, "provisioning_status": "PENDING_CREATE", "created_at": "2017-02-15T17:15:16", "enabled": true, "listeners": [{"insert_headers": {}, "tls_certificate_id": null, "protocol": "HTTP", "description": null, "provisioning_status": "PENDING_CREATE", "default_pool": {"lb_algorithm": "ROUND_ROBIN", "protocol": "HTTP", "description": null, "created_at": "2017-02-15T17:15:16", "enabled": true, "updated_at": null, "session_persistence": null, "members": [{"project_id": null, "weight": 1, "subnet_id": null, "created_at": "2017-02-15T17:15:16", "enabled": true, "updated_at": null, "protocol_port": 80, "ip_address": "172.21.1.15", "id": "7c3bbeb1-7661-4503-9e9b-25143ee7830b", "operating_status": "OFFLINE"}, {"project_id": null, "weight": 1, "subnet_id": null, "created_at": "2017-02-15T17:15:16", "enabled": true, "updated_at": null, "protocol_port": 80, "ip_address": "172.21.2.12", "id": "f76b92be-b631-4766-bedd-07e9ff36972a", "operating_status": "OFFLINE"}], "project_id": null, "id": "df94370c-8a3f-46eb-b739-fc410fb97236", "operating_status": "OFFLINE", "name": "test_pool1"}, "connection_limit": null, "created_at": "2017-02-15T17:15:16", "enabled": true, "updated_at": "2017-02-15T17:15:16", "project_id": null, "default_pool_id": "df94370c-8a3f-46eb-b739-fc410fb97236", "sni_containers": [], "protocol_port": 80, "id": "823f3c6c-006a-4244-9dd7-4df12665f963", "operating_status": "OFFLINE", "name": "test_listener"}], "updated_at": null, "vip": {"subnet_id": "040ec11e-63e2-48ef-9397-1589e08f824f", "port_id": null, "ip_address": null}, "project_id": "4f070bee84454a1196d563147aef0346", "id": "77894a13-4119-4b38-97b1-30fd67bc55f4", "operating_status": "OFFLINE", "name": "test_lb"}