GET
/
cdn
/
logs_uploader
/
configs
curl --request GET \
  --url https://api.gcore.com/cdn/logs_uploader/configs \
  --header 'APIKey: <api-key>'
[
  {
    "id": 123,
    "client_id": 123,
    "created": "2023-11-07T05:31:56Z",
    "updated": "2023-11-07T05:31:56Z",
    "enabled": true,
    "name": "<string>",
    "policy": 123,
    "target": 123,
    "for_all_resources": true,
    "resources": [
      123
    ],
    "status": {
      "status": "in_progress",
      "code": 123,
      "updated": "2023-11-07T05:31:56Z",
      "details": "<string>"
    }
  }
]

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

Search by config name or id.

resource_ids
integer[]

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

Response

200
application/json

Successful.

The response is of type object[].