Load Balancers
List load balancer L7 policy rules
get/cloud/v1/l7policies/{project_id}/{region_id}/{l7policy_id}/rules
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
Query parameters
limitinteger
Optional. Limit the number of returned items
Example:1000
Optional. Limit the number of returned items
offsetinteger
Optional. Offset value is used to exclude the first set of records from the result
Optional. Offset value is used to exclude the first set of records from the result
Response
OK
Example response
{
"count": 1,
"results": [
{
"id": "0ca7bebd-7a54-4977-bca7-e4ac1e612ec7",
"invert": true,
"key": "key",
"project_id": 1337,
"region": "Luxembourg 1",
"region_id": 7,
"tags": [
"test_tag"
],
"value": "/images*"
}
]
}