
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
273 B
JSON
12 lines
273 B
JSON
{
|
|
"pool": {
|
|
"lb_algorithm": "LEAST_CONNECTIONS",
|
|
"session_persistence": {
|
|
"type": "SOURCE_IP"
|
|
},
|
|
"description": "Super Least Connections Pool",
|
|
"name": "super-least-conn-pool",
|
|
"tags": ["updated_tag"]
|
|
}
|
|
}
|