d62189366c
Add tags support for all lb related resources. It includes: load balancer, listener, member, pool, L7rule, L7policy and health-monitor Change-Id: Ib33a002b3b59820db29897454e9d4303c73310b2 Story: 2003890 Task: 26757
12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"member": {
|
|
"name": "web-server-1-2",
|
|
"weight": "0",
|
|
"admin_state_up": "true",
|
|
"monitor_address": "192.0.2.40",
|
|
"monitor_port": 8888,
|
|
"backup": false,
|
|
"tags": ["updated_tag"]
|
|
}
|
|
}
|