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

11 lines
206 B
JSON

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