type
Parameters
The action type. Valid values: ForwardGroup
, Redirect
, FixedResponse
, Rewrite
, InsertHeader
, RemoveHeader
, TrafficLimit
, TrafficMirror
and Cors
. Note: The preceding actions can be classified into two types: FinalType
: A forwarding rule can contain only one FinalType
action, which is executed last. This type of action can contain only one ForwardGroup
, Redirect
or FixedResponse
action. ExtType
: A forwarding rule can contain one or more ExtType
actions, which are executed before FinalType
actions and need to coexist with the FinalType
actions. This type of action can contain multiple InsertHeader
actions or one Rewrite
action. NOTE: The TrafficLimit
and TrafficMirror
option is available since 1.162.0. NOTE: From version 1.205.0, type
can be set to Cors
.