Load Balancers
Replace load balancer L7 rule properties
put/cloud/v1/l7policies/{project_id}/{region_id}/{l7policy_id}/rules/{l7rule_id}
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:1
Region ID
l7policy_idstring required
L7 policy ID
Example:023f2e34-7806-443b-bfae-16c324569a3d
L7 policy ID
l7rule_idstring required
L7 rule ID
Example:023f2e34-7806-443b-bfae-16c324569a3d
L7 rule ID
Request body
Example request
{
"invert": true,
"key": "the name of the cookie or header to evaluate.",
"tags": [
"test_tag_1",
"test_tag_2"
],
"value": "/images*"
}Response
OK
Example response
{
"tasks": [
"d478ae29-dedc-4869-82f0-96104425f565"
]
}