-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
I am trying to fetch some statistics related to individual files served via osscdn. So far I've tried the following:
- reports/statsbyfilename.json/monthly
- clients/reports/statsbyfilename.json/monthly
Both yield
{ code: 200,
data:
{ page: 1,
pages: 0,
page_size: '50',
current_page_size: 0,
total: '0',
statsbyfilename: [],
summary:
{ '200': null,
'206': null,
'404': null,
hit: null,
size: null,
'2xx': null,
'3xx': null,
'4xx': null,
'5xx': null } } }That isn't very useful. Can you please tell me what that client_id refers to and how to attain it? The examples seem to use blank there.
A couple of other notes:
- The node examples at your docs should not have a slash prefix. This will fail with the current Node.js bindings.
List Stats By File Name and Zone Idappears to be broken/disabled. The example response appears to beNon functional. It took a while for me to notice that. If it doesn't work why to have it in the documentation in the first place?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels