policy-param¶
The following operations can be performed on "policy-param":
set policy param¶
Sets the given Policy parameter(s).
Synopsis¶
set policy param -timeout <positive_integer>
Arguments¶
timeout
Maximum time in milliseconds to allow for processing expressions without interruption. If the timeout is reached then the evaluation causes an UNDEF to be raised and no further processing is performed. Minimum value: 1 Maximum value: 5000
Example¶
set policy param -timeout 5
unset policy param¶
Resets the given Policy parameter(s)..Refer to the set policy param command for meanings of the arguments.
Synopsis¶
unset policy param -timeout
Example¶
unset policy param -timeout
show policy param¶
Displays the policy parameters.
Synopsis¶
show policy param
Arguments¶
Output¶
timeout
Execution timeout.
Example¶
show policy param