45e39fa216
Also fix an incorrect exposure of /healthmonitors on /pools and a badly ordered flow for member updates. Change-Id: Id256ea94293519b75983f7a44945ac9bbbf25cd1 Implements: blueprint member-put-list
23 lines
600 B
JSON
23 lines
600 B
JSON
{
|
|
"members": [
|
|
{
|
|
"name": "web-server-1",
|
|
"weight": 20,
|
|
"admin_state_up": true,
|
|
"subnet_id": "bbb35f84-35cc-4b2f-84c2-a6a29bba68aa",
|
|
"address": "192.0.2.16",
|
|
"protocol_port": 80,
|
|
"monitor_port": 8080
|
|
},
|
|
{
|
|
"name": "web-server-2",
|
|
"weight": 10,
|
|
"admin_state_up": true,
|
|
"subnet_id": "bbb35f84-35cc-4b2f-84c2-a6a29bba68aa",
|
|
"address": "192.0.2.17",
|
|
"protocol_port": 80,
|
|
"monitor_port": 8080
|
|
}
|
|
]
|
|
}
|