List of CDN Resource Raw Logs

Gethttps://api.cdn77.com/v3/raw-logs

Responses

List of cdn resources with raw logs status and files returned.

Response parameters

  • cdnobject
  • filesarray of objects
  • is_activeboolean
Example of the response
[
  {
    "cdn": {
      "id": 1234567890,
      "label": "My cdn",
      "origin": "mydomain.com",
      "origin_id": "e56564d1-8d3e-4457-93a6-082b054bc736"
    },
    "files": [
      {
        "date_time": "2021-08-09T07:45:22+00:00",
        "file_name": "09Aug2021.gz",
        "file_size": 3595911
      }
    ],
    "is_active": true
  }
]
Can’t find what you are looking for?