Detail of CDN77 Object Storage

Gethttps://api.cdn77.com/v3/origin/object-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

  • access_key_idstring

    Access key to your bucket.

  • access_secretstring

    Access secret to your bucket.

  • bucket_namestring

    Name of your bucket.

  • created_atstring, format date-time
  • hoststring

    Origin host without scheme and port.

  • portinteger

    Origin port. If not specified, the default scheme port is used. Allowed range is between 1 and 65535.

  • typestring

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

  • usageobject
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",
  "access_key_id": "KLAMIDYDRAP8CJYC1DN",
  "access_secret": "adkl123SADowqiqwe!432",
  "bucket_name": "my-bucket",
  "created_at": "2024-10-16T21:57:00.195Z",
  "host": "region.cdn77-storage.com",
  "port": 8080,
  "type": "object-storage",
  "usage": {
    "file_count": 0,
    "size_bytes": 0
  }
}
Can’t find what you are looking for?