
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
2 lines
326 B
Plaintext
2 lines
326 B
Plaintext
curl -X PUT -H "Content-Type: application/json" -H "X-Auth-Token: <token>" -d '{"pool":{"lb_algorithm":"LEAST_CONNECTIONS","session_persistence":{"type":"SOURCE_IP"},"description":"second description","name":"second_name","tags":["updated_tag"]}}' http://198.51.100.10:9876/v2/lbaas/pools/4029d267-3983-4224-a3d0-afb3fe16a2cd
|