Aggregated Logs uploader usage statistics
Get the number of CDN resources that used Logs uploader.
Request URL parameters should be added as a query string after the endpoint.
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
Beginning of the requested time period (ISO 8601/RFC 3339 format, UTC.)
Example:
- &from=2018-12-01T00:00:00.000
End of the requested time period (ISO 8601/RFC 3339 format, UTC.)
Example:
- &to=2018-12-01T01:00:00.000
Output data grouping.
Possible values:
- client - Data is grouped by clients.
- resource - Data is grouped by CDN resources.
To request multiple values, use:
- &
group_by=client&group_by=resource
CDN resources IDs.
To request multiple values, use:
- &resource=1&resource=2
Client accounts IDs.
To request multiple values, use:
- &client=1&client=2
The way the parameters are arranged in the response.
Possible values:
- true – Flat structure is used.
- false – Embedded structure is used (default.)