Retrieving the CDN Manager service instances using the API requires specific syntax depending on whether you are using REST or SOAP. Use this table to find the syntax for your command.

NOTE: CDN Manager Service is deprecated. Legacy users of the service should contact Concierge for any questions on adding a CDN Manager service to your zone. All other users should use the GSLB service instead.

REST Syntax

Click to view all REST Resources

/REST/CDNManager/ GET — Retrieves one or all existing CDN Manager services from the zone or fqdn indicated.

HTTP Action — GET

URIs:

One CDN Manager — https://api.dynect.net/REST/CDNManager/<zone>/<fqdn>/

All CDN Managers — https://api.dynect.net/REST/CDNManager/<zone>/

Arguments:

One CDN Manager — No Arguments.

All CDN Managers —

string detail — A boolean indicating whether or not to return the full details or a list of service resources.
Valid values:
Y – The details of each service are specified.
N – The list of service resources is returned. Default setting.

Response:

One CDN Manager — Click for More Info

All CDN Managers — array of individual CDN Manager service resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

UpdateCDNManager — Updates an existing CDN Manager.

Arguments:

GetOneCDNManager Arguments:

  • string fqdnRequired. Name of node where the service exists.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of zone where the service exists.

GetCDNManagers Arguments:

  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of zone where the service exists.
Response:

GetOneCDNManager — Click for More Info

GetCDNManagers — Click for More Info

Example Request (GetOneCDNManager) — Click for More Info

Example Request (GetCDNManagers) — Click for More Info