List of CDN Resources
Gethttps://api.cdn77.com/v3/cdnResponses
List of CDN Resources
Response parameters
idintegerID of the CDN Resource. This is also used as the CDN Resource URL.
cnamesarray of objectsAll CNAMEs should be mapped via DNS to CDN URL. Otherwise it's not possible to generate SSL certificate. Maximum number of CNAMEs is "10". To add more, contact our support.
creation_timestring, format date-timeTimestamp when CDN Resource was created.
labelstringThe label helps you to identify your CDN Resource.
notestringOptional note for the CDN Resource.
origin_idstringID of attached Origin (content source for CDN Resource). More information in our Origin API documentation.
origin_referenceobjecturlstringURL of the CDN Resource. Automatically generated when the CDN Resource is created. The number is the same as the CDN Resource ID.
mp4_pseudo_streamingobjectTurn this option on if using a flash-based video player with MP4 files. Pseudo-streaming is used mainly in flash players. HTML5 players use range-requests. When enabled the "query_string" option must be set to ignore all parameters.
[
{
"id": 1234567890,
"cnames": [
{
"id": "9880280c-0507-46d1-88f3-71cfee83fa57",
"cname": "cname.your-domain.com"
}
],
"creation_time": "2027-07-07T00:00:00.000Z",
"label": "My cdn",
"note": "Note for my CDN",
"origin_id": "e56564d1-8d3e-4457-93a6-082b054bc736",
"origin_reference": {
"id": "e56564d1-8d3e-4457-93a6-082b054bc736",
"label": "MISSING EXAMPLE",
"fallbacks": [
{
"id": "e56564d1-8d3e-4457-93a6-082b054bc736",
"label": "MISSING EXAMPLE"
}
]
},
"url": "1234567890.rsc.cdn77.org",
"mp4_pseudo_streaming": {
"enabled": false
}
}
]