octavia/api-ref/source/v2/examples/l7rule-create-request.json

11 lines
196 B
JSON

{
"rule": {
"compare_type": "REGEX",
"invert": false,
"type": "PATH",
"value": "/images*",
"admin_state_up": true,
"tags": ["test_tag"]
}
}