debcbc50c8
This patch adds the L7 rule section to the v2 API reference. Change-Id: I43ad86c7cc72b4844247c39f76f30dde349e7a65 Partial-Bug: #1558385
25 lines
861 B
JSON
25 lines
861 B
JSON
{
|
|
"l7policy":
|
|
{
|
|
"listener_id": "023f2e34-7806-443b-bfae-16c324569a3d",
|
|
"description": "Redirect requests to example.com",
|
|
"admin_state_up": true,
|
|
"rules": [
|
|
{
|
|
"id": "efd6a3f8-73bf-47f0-8ae6-503ebda57372"
|
|
}
|
|
],
|
|
"created_at": "2017-06-24T23:25:14",
|
|
"provisioning_status": "PENDING_UPDATE",
|
|
"updated_at": "2017-06-24T23:30:05",
|
|
"redirect_pool_id": null,
|
|
"redirect_url": "http://www.example.com",
|
|
"action": "REDIRECT_TO_URL",
|
|
"position": 1,
|
|
"project_id": "e3cd678b11784734bc366148aa37580e",
|
|
"id": "8a1412f0-4c32-4257-8b07-af4770b604fd",
|
|
"operating_status": "ONLINE",
|
|
"name": "redirect-example.com"
|
|
}
|
|
}
|