SoftLayer Container Network ContentDelivery OriginPull Mapping

From SoftLayer Development Network Wiki

Revision as of 19:42, 8 June 2009 by Sldn (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Contents

Overview

SoftLayer's CDN allows for multiple origin pull domains and CNAME records. This container holds the origin pull configuration details. CDN currently supports origin pull method for HTTP content.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

cname

The CNAME record.

  • Type: string



id

The unique identifier of an origin pull configuration

  • Type: integer



isSecureContent

This indicates if an origin pull mapping is for the secure content or not.

  • Type: boolean



mediaType

The type of a media supported by CDN. Only "HTTP" is supported at the moment.

  • Type: string



originUrl

The URL of a origin server. A URL can contain a directory path.

  • Type: string

Associated Methods

See Also

External Links

Personal tools