Detail of CDN77 Storage

Gethttps://api.cdn77.com/v3/origin/storage/{id}

Request parameters

  • idstring in pathrequired

Responses

Detail of the given Origin returned.

Response parameters

  • cdnsarray of objects

    List of all CDN Resources assigned to the Origin.

  • idstring

    Origin ID.

  • labelstring

    Origin label.

  • notestring

    Optional note for the Origin.

  • schemestring

    Available values: http, https

  • usageobject
  • serverobject

    Location of the CDN77 Storage server.

  • typestring

    Available values: aws, object-storage, storage, url

Example of the response
{
  "cdns": [
    {
      "id": 1234567890,
      "label": "My cdn"
    }
  ],
  "id": "e56564d1-8d3e-4457-93a6-082b054bc736",
  "label": "My origin",
  "note": "Note for my Origin",
  "scheme": "https",
  "usage": {
    "space": 7216780,
    "nodes": 123456789,
    "time": "2024-10-16T21:57:00.255Z"
  },
  "server": {
    "id": "push-XX.cdn77.com",
    "location": "Europe - Frankfurt"
  },
  "type": "storage"
}
Can’t find what you are looking for?