
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
318 B
JSON
12 lines
318 B
JSON
{
|
|
"l7policy": {
|
|
"description": "Redirect requests to images.example.com",
|
|
"admin_state_up": true,
|
|
"redirect_url": "http://images.example.com",
|
|
"name": "redirect-images.example.com",
|
|
"action": "REDIRECT_TO_URL",
|
|
"position": 1,
|
|
"tags": ["updated_tag"]
|
|
}
|
|
}
|