SoftLayer Container Network ContentDelivery OriginPull Mapping
From SoftLayer Development Network Wiki
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

