transform-global¶
The following operations can be performed on "transform-global":
unbind transform global¶
Unbinds the specified URL Transformation policy from URL Transformation global.
Synopsis¶
unbind transform global
Arguments¶
policyName The name of the policy to be unbound.
type The bindpoint from which the policy is to be unbound.
Possible values: REQ_OVERRIDE, REQ_DEFAULT, HTTPQUIC_REQ_OVERRIDE, HTTPQUIC_REQ_DEFAULT
priority Priority of the NOPOLICY to be unbound. Minimum value: 1 Maximum value: 2147483647
Example¶
unbind transform global pol9
show transform global¶
Displays the policies bound to the specified URL Transformation global bind point. If no bind point is specified, displays a list of all policies bound to URL Transformation global.
Synopsis¶
show transform global [-type
Arguments¶
type Specifies the bind point to which to bind the policy. Available settings function as follows: * REQ_OVERRIDE. Request override. Binds the policy to the priority request queue. * REQ_DEFAULT. Binds the policy to the default request queue. * HTTPQUIC_REQ_OVERRIDE - Binds the policy to the HTTP_QUIC override request queue. * HTTPQUIC_REQ_DEFAULT - Binds the policy to the HTTP_QUIC default request queue.
Possible values: REQ_OVERRIDE, REQ_DEFAULT, HTTPQUIC_REQ_OVERRIDE, HTTPQUIC_REQ_DEFAULT
Output¶
stateflag policyName Name of the transform policy.
priority Specifies the priority of the policy.
gotoPriorityExpression Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE.
invoke If the current policy evaluates to TRUE, terminate evaluation of policies bound to the current policy label, and then forwards the request or response to the specified virtual server or evaluates the specified policy label.
labelType Type of invocation. Available settings function as follows: * reqvserver - Send the request to the specified request virtual server. * resvserver - Send the response to the specified response virtual server. * policylabel - Invoke the specified policy label.
labelName Name of the policy label to invoke if the current policy evaluates to TRUE, the invoke parameter is set, and the label type is Policy Label.
flowType flowtype of the bound transform policy.
numpol The number of policies bound to the bindpoint.
flags globalBindType devno count
Example¶
show transform global