Get configs list
Get list of logs uploader configs.
Reseller configs have two additional scoping fields not present in the client-level API:
for_all_clients— apply the config to every sub-client under the reseller (does not match resources owned directly by the reseller’s own tech-client).clients— apply the config to a specific list of sub-client IDs.
for_all_clients (sub-clients only) and for_all_resources (tech-client only)
cover orthogonal scopes and can be combined. Only for_all_clients ↔ clients
and for_all_resources ↔ resources are mutually exclusive.
For policies, targets, regions, and all other Logs uploader endpoints shared with clients, refer to the client-level Logs uploader documentation.
Documentation Index
Fetch the complete documentation index at: https://gcore.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Search by config name or id.
Filter by ids of CDN resources that are assigned to given config.
Response
Successful.
Client that owns the config.
Time when the config was created.
Time when the config was updated.
Enables or disables the config.
Name of the config.
ID of the policy that should be assigned to given config.
ID of the target to which logs should be uploaded.
If set to true, the config will be applied to all CDN resources.
If set to false, the config will be applied to the resources specified in the resources field.
List of resource IDs to which the config should be applied.
Validation status of the logs uploader config.
If set to true, the config will be applied to all resources of every
sub-client under the reseller. Resources owned directly by the reseller's
own tech-client are not matched — use for_all_resources (additionally or
instead) to cover the tech-client's resources.
Mutually exclusive with clients.
List of sub-client IDs to which the config should be applied.
Mutually exclusive with for_all_clients.