octavia/api-ref/source/v2/examples/l7policy-update-request.json
johnsom bc886f2f65 Add v2 L7 Policy API section
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
2017-06-26 13:33:26 -07:00

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
}
}