List of CNAMEs

Gethttps://api.cdn77.com/v3/cdn/{id}/cname

Request parameters

  • idinteger in pathrequired

Responses

List of CNAMEs returned.

Response parameters

  • idstring, format UUIDv4

    ID of CNAME.

  • cnamestring

    CNAME assigned to CDN Resource. CNAME should be mapped via DNS to CDN URL. Otherwise it's not possible to generate an SSL certificate for any related CNAME.

Example of the response
[
  {
    "id": "9880280c-0507-46d1-88f3-71cfee83fa57",
    "cname": "cname.your-domain.com"
  }
]
Can’t find what you are looking for?