v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Logs uploader

Get configs list

Get list of logs uploader configs.

get/cdn/logs_uploader/configs

Query parameters

searchstring

Search by config name or id.

resource_idsinteger[]

Filter by ids of CDN resources that are assigned to given config.

limitinteger

Maximum number of items to return in the response. Cannot exceed 1000.

offsetinteger

Number of items to skip from the beginning of the list.

Response

Successful.

OR

Example response

[
  {
    "id": 1,
    "client_id": 100,
    "created": "2024-01-15T10:30:00Z",
    "updated": "2024-01-15T10:30:00Z",
    "enabled": true,
    "name": "Production Logs",
    "policy": 123,
    "target": 456,
    "for_all_resources": false,
    "resources": [
      1001,
      1002
    ],
    "status": {
      "status": "successful",
      "code": 0,
      "updated": "2024-01-15T10:30:00Z",
      "details": ""
    }
  }
]