Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.59 KB

path-container.md

File metadata and controls

34 lines (28 loc) · 1.59 KB
copyright lastupdated
years
2017
2017-11-14

{:shortdesc: .shortdesc} {:new_window: target="_blank"} {:codeblock: .codeblock} {:pre: .pre} {:screen: .screen} {:tip: .tip} {:download: .download}

Path (Origin) Container

The SoftLayer_Container_Network_CdnMarketplace_Configuration_Mapping_Path collection contains the attributes utilized 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, currently ‘HOST_SERVER’ or ‘OBJECT_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 used by the Origin server.
  • cacheKeyQueryRule: The following options are available to configure Cache Key behavior:
    • include-all: Include all query arguments Default
    • ignore-all: Ignores all query arguments
    • ignore: 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"