Path (Origin) container
The SoftLayer_Container_Network_CdnMarketplace_Configuration_Mapping_Path
collection contains the attributes used by our (Origin) Path APIs. Each of the Path APIs returns a collection of this type.
class SoftLayer_Container_Network_CdnMarketplace_Configuration_Mapping_Path
mappingUniqueId
: The unique ID of the mapping to which this origin path belongs.path
: Path relative to the domain that can be used to reach this origin.originType
: Type of the origin host, currentlyHOST\_SERVER
orOBJECT\_STORAGE
.httpPort
: Number of the port used for HTTP protocol.httpsPort
: Number of the port used for HTTPS protocol.status
: The status of the (Origin) Path. Valid statuses are: CREATING, STARTING, RUNNING, UPDATING, STOPPING, and DELETING.fileExtension
: File extensions that are allowed to be cached.header
: Specifies Host header information that is used by the origin server.cacheKeyQueryRule
: The following options are available to configure Cache Key behavior:include-all
: Include all query arguments Defaultignore-all
: Ignores all query argumentsignore: space separated query-args
: Ignores those specific query arguments. For example, "ignore: query1 query2"include: space separated query-args
: Includes those specific query arguments. For example, "include: query1 query2"