Skip to content

It is not clear what "client_id" means at API documentation #10

@bebraw

Description

@bebraw

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 Id appears to be broken/disabled. The example response appears to be Non 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions