v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Load Balancers

List load balancer L7 policies

get/cloud/v1/l7policies/{project_id}/{region_id}

Path parameters

project_idinteger required

Project ID

Example:1

Project ID

region_idinteger required

Region ID

Example:1

Region 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

countinteger required

Number of objects

Example response

{
  "count": 1,
  "results": [
    {
      "id": "9b4b9a23-ccac-4945-bcdd-b0e793c12cd9",
      "listener_id": "023f2e34-7806-443b-bfae-16c324569a3d",
      "name": "redirect-example.com",
      "position": 1,
      "project_id": 1337,
      "redirect_http_code": 301,
      "redirect_pool_id": "00000000-0000-4000-8000-000000000000",
      "region": "Luxembourg 1",
      "region_id": 7,
      "rules": [
        {
          "id": "0ca7bebd-7a54-4977-bca7-e4ac1e612ec7",
          "project_id": 1337,
          "region": "Luxembourg 1",
          "region_id": 7
        }
      ],
      "tags": [
        "test_tag"
      ],
      "task_id": "023f2e34-7806-443b-bfae-16c324569a3d"
    }
  ]
}