bc886f2f65
This patch adds the L7 policy section to the v2 API reference. This patch also updates the child object create error code lists to include 409 as a possible error code. Change-Id: I6cb469c65832af3440c18dc71c7786a8fbf9bd2b Partial-Bug: #1558385
11 lines
285 B
JSON
11 lines
285 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
|
|
}
|
|
}
|