Get CDN activity logs
Get information about all CDN activity logs records.
Authorizations
API key for authentication.
Query Parameters
Path that a requested URL should contain.
User ID.
Permanent API token ID. Requests made with this token should be displayed.
Client ID.
HTTP method type of requests. Use upper case only. Example: * ?method=DELETE
Beginning of the requested time period (ISO 8601/RFC 3339 format, UTC.)
You can specify a date with a time separated by a space, or just a date.
Examples:
* &min_requested_at
=2021-05-05 12:00:00
* &min_requested_at
=2021-05-05
End of the requested time period (ISO 8601/RFC 3339 format, UTC.)
You can specify a date with a time separated by a space, or just a date.
Examples:
* &max_requested_at
=2021-05-05 12:00:00
* &max_requested_at
=2021-05-05
IP address or part of it from which requests are sent.
Status code returned in the response.
Specify the first numbers of a status code to get requests for a group of status codes.
To filter the activity logs by 4xx codes, use:
* &status_code
=4 -
Maximum number of items in response.
Offset relative to the beginning of activity logs.
Response
Successful.
The response is of type object[]
.
The response is of type object[]
.
The response is of type object
.