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
Start date and time of the requested time period (ISO 8601/RFC 3339 format, UTC.)
Difference between "from" and "to" cannot exceed 6 hours.
Examples: * &from=2021-06-14T00:00:00Z * &from=2021-06-14T00:00:00.000Z
End date and time of the requested time period (ISO 8601/RFC 3339 format, UTC.)
Difference between "from" and "to" cannot exceed 6 hours.
Examples: * &to=2021-06-15T00:00:00Z * &to=2021-06-15T00:00:00.000Z
Number of log records to skip starting from the beginning of the requested period.
Maximum number of log records in the response.
1 <= x <= 1000
Sorting rules.
Possible values:
- method - Request HTTP method.
client_ip
- IP address of the client who sent the request.- status - Status code in the response.
- size - Response size in bytes.
- cname - Custom domain of the requested resource.
resource_id
- ID of the requested CDN resource.cache_status
- Caching status.- datacenter - Data center where request was processed.
- timestamp - Date and time when the request was made.
Parameter may have multiple values separated by a comma.
By default, ascending sorting is applied. To sort in descending order, add '-' prefix.
Example: * &ordering=-timestamp,status
A comma-separated list of returned fields.
Supported fields are presented in the responses section.
Example: * &fields=timestamp,path,status
Request HTTP method. Possible values: 'CONNECT', 'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PATCH', 'POST', 'PUT', 'TRACE'.
Request HTTP method. Possible values: 'CONNECT', 'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PATCH', 'POST', 'PUT', 'TRACE'.
Request HTTP method. Possible values: 'CONNECT', 'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PATCH', 'POST', 'PUT', 'TRACE'. Values should be separated by a comma.
Request HTTP method. Possible values: 'CONNECT', 'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PATCH', 'POST', 'PUT', 'TRACE'. Values should be separated by a comma.
IP address of the client who sent the request.
IP address of the client who did not send the request.
List of IP addresses of the clients who sent the request.
List of IP addresses of the clients who did not send the request.
Status code in the response greater than the specified value.
Status code in the response greater than or equal to the specified value.
Status code in the response less than the specified value.
Status code in the response less than or equal to the specified value.
Status code in the response equal to the specified value.
Status code in the response not equal to the specified value.
List of status codes in the response. Values should be separated by a comma.
List of status codes not in the response. Values should be separated by a comma.
Response size in bytes greater than the specified value.
Response size in bytes greater than or equal to the specified value.
Response size in bytes less than the specified value.
Response size in bytes less than or equal to the specified value.
Response size in bytes equal to the specified value.
Response size in bytes not equal to the specified value.
List of response sizes in bytes. Values should be separated by a comma.
List of response sizes in bytes not equal to the specified values. Values should be separated by
Custom domain of the requested CDN resource.
Custom domain of the requested CDN resource not equal to the specified value.
List of custom domains of the requested CDN resource. Values should be separated by a comma.
List of custom domains of the requested CDN resource not equal to the specified values. Values should be separated by a comma.
Part of the custom domain of the requested CDN resource. Minimum length is 3 characters.
ID of the requested CDN resource greater than the specified value.
ID of the requested CDN resource greater than or equal to the specified value.
ID of the requested CDN resource less than the specified value.
ID of the requested CDN resource less than or equal to the specified value.
ID of the requested CDN resource equal to the specified value.
ID of the requested CDN resource not equal to the specified value.
List of IDs of the requested CDN resource. Values should be separated by a comma.
List of IDs of the requested CDN resource not equal to the specified values. Values should be separated by a comma.
Caching status. Possible values: 'MISS', 'BYPASS', 'EXPIRED', 'STALE', 'PENDING', 'UPDATING', 'REVALIDATED', 'HIT', '-'.
Caching status not equal to the specified value. Possible values: 'MISS', 'BYPASS', 'EXPIRED', 'STALE', 'PENDING', 'UPDATING', 'REVALIDATED', 'HIT', '-'.
List of caching statuses. Possible values: 'MISS', 'BYPASS', 'EXPIRED', 'STALE', 'PENDING', 'UPDATING', 'REVALIDATED', 'HIT', '-'. Values should be separated by a comma.
List of caching statuses not equal to the specified values. Possible values: 'MISS', 'BYPASS', 'EXPIRED', 'STALE', 'PENDING', 'UPDATING', 'REVALIDATED', 'HIT', '-'. Values should be separated by a comma.
Data center where request was processed.
Data center where request was not processed.
List of data centers where request was processed. Values should be separated by a comma.
List of data centers where request was not processed. Values should be separated by a comma.