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
14 lines
323 B
JSON
14 lines
323 B
JSON
{
|
|
"member": {
|
|
"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,
|
|
"backup": false,
|
|
"tags": ["test_tag"]
|
|
}
|
|
}
|