cdns/domains

GET

Gets a list of domains and their related Traffic Router Profiles for all CDNs.

Auth. Required:

Yes

Roles Required:

None

Permissions Required:

CDN:READ, PROFILE:READ, PARAMETER:READ

Response Type:

Array

Request Structure

No parameters available.

Response Structure

domainName:

The TLD assigned to this CDN

parameterId:

The ID for the Parameter that sets this TLD on the Traffic Router

profileDescription:

A short, human-readable description of the Traffic Router’s profile

profileId:

The ID of the Profile assigned to the Traffic Router responsible for serving domainName

profileName:

The Name of the Profile assigned to the Traffic Router responsible for serving domainName

#1155 Response Example
{ "response": [
    {
        "profileId": 12,
        "parameterId": -1,
        "profileName": "CCR_CIAB",
        "profileDescription": "Traffic Router for CDN-In-A-Box",
        "domainName": "mycdn.ciab.test"
    }
]}