SoftLayer_Container_Network_CdnMarketplace_Configuration_Behavior_ModifyResponseHeader


SoftLayer_Container_Network_CdnMarketplace_Configuration_Behavior_ModifyResponseHeader

Description

The SoftLayer_Container_Network_CdnMarketplace_Configuration_Behavior_ModifyResponseHeader data type contains information for specific responses from the modify response header API.

Local


delimiter

Specifies the delimiter to be used when indicating multiple values for a header. Valid delimiter is, a , , (comma), ; (semicolon), , (comma and space), or ; (semicolon and space).
Type: string


description

The description of modify response header.
Type: string


headers

A collection of key value pairs that specify the headers and associated values to be modified. The header name and header value must be separated by colon (:). Example: [‘header1:value1’,‘header2:Value2’]
Type: string[]


modResHeaderUniqueId

The uniqueId of the modify response header to which the existing behavior belongs.
Type: string


path

The path, relative to the domain that is accessed via modify response header.
Type: string


type

The type of the modify response header, could be append/modify/delete. Set this to append to add a given header value to a header name set in the headerList. Set this to delete to remove a given header value from a header name set in the headerList. Set this to overwrite to match on a specified header name and replace its existing header value with a new one you specify.
Type: string


uniqueId

The uniqueId of the mapping to which the existing behavior belongs.
Type: string

Relational

Count