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.
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": ""
}
}
]