-
createDomainMapping
SOAP API will create a new CDN domain mapping for a particular customer.
-
deleteDomainMapping
SOAP API will delete CDN domain mapping for a particular customer.
-
getObject
Retrieve a SoftLayer_Network_CdnMarketplace_Configuration_Mapping record.
-
listDomainMappingByUniqueId
SOAP API will return the domain mapping based on the uniqueId.
-
listDomainMappings
SOAP API will return all domains for a particular customer.
-
retryHttpsActionRequest
For specific mappings in HTTPS-related error states, this SOAP API will determine whether it needs to re-attempt an enable or disable HTTPS.
-
SoftLayer_Network_CdnMarketplace_Configuration_Mapping
This class is deprecated and will be removed in future.
-
SoftLayer_Network_CdnMarketplace_Configuration_Mapping
This class is deprecated and will be removed in future.
-
startDomainMapping
SOAP API will start CDN domain mapping for a particular customer.
-
stopDomainMapping
SOAP API will stop CDN mapping for a particular customer.
-
updateDomainMapping
SOAP API will update the Domain Mapping identified by the Unique Id. Following fields are allowed to be changed: originHost, HttpPort/HttpsPort, RespectHeaders, ServeStale
Additionally, bucketName and fileExtension if OriginType is Object Store
-
verifyCname
Verifies the CNAME is Unique in the domain. The method will return true if CNAME is unique else returns false
-
verifyDomainMapping
Verifies the status of the domain mapping by calling the rest api; will update the status, cname, and vendorCName if necessary and will return the updated values.