Raw Bucket Logs¶
Downloads raw bucket logs in CSV
format.
Logs are sorted by date in ascending order.
You must use Master Key with Tebi API
ACL to be able to call this action.
Request Syntax¶
1GET /api/buckets/logs/raw/<BUCKET>/<TIMESTAMP> HTTP/1.1
2Host: client.tebi.io
The request uses the following URI parameters:
<BUCKET>: Bucket name from which to get raw logs. Required.
<TIMESTAMP>: Timestamp starting from which to return log entries.
The request does not have a request body.
Response Syntax¶
1HTTP/1.1 200
2Content-Disposition: attachment; filename="raw-<BUCKET>.csv"
3Content-Type: text/csv; charset=utf-8
4Transfer-Encoding: chunked
5
6Body
If the action is successful, the service sends back an HTTP 200 response.
Body data is returned in CSV text UTF-8 encoding format by the service.
Response Body Format¶
Date: Request date and time in ISO 8601 format.
IP: User IP address.
Method: Request HTTP Method.
Request: Full request string.
Code: Response HTTP code.
Size: Response body size without headers.
Time: Time taken to process the request in milliseconds.
Referrer: HTTP referrer of the request.
User Agent: Request User Agent.
DC: Data center that processed the request.