Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 1.76 KB

cdns_domains.rst

File metadata and controls

54 lines (46 loc) · 1.76 KB

cdns/domains

GET

Gets a list of domains and their related Traffic Router :term:`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 :abbr:`TLD (Top-Level Domain)` assigned to this CDN
parameterId:The :ref:`parameter-id` for the :term:`Parameter` that sets this :abbr:`TLD (Top-Level Domain)` on the Traffic Router
profileDescription:A short, human-readable description of the Traffic Router's profile
profileId:The :ref:`profile-id` of the :term:`Profile` assigned to the Traffic Router responsible for serving domainName
profileName:The :ref:`profile-name` of the :term:`Profile` assigned to the Traffic Router responsible for serving domainName
{ "response": [
        {
                "profileId": 12,
                "parameterId": -1,
                "profileName": "CCR_CIAB",
                "profileDescription": "Traffic Router for CDN-In-A-Box",
                "domainName": "mycdn.ciab.test"
        }
]}