Skip to content

appflow action

The following operations can be performed on "appflow action":

add | rm | set | unset | rename | show

add appflow action

Creates an AppFlow action. The action can be associated with an AppFlow policy by using the add appflow policy command.

Synopsys

add appflow action <name> -collectors <string> ... [-clientSideMeasurements ( ENABLED | DISABLED )] [-comment <string>]

Arguments

name

Name for the action. Must begin with an ASCII alphabetic or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters.

The following requirement applies only to the NetScaler CLI:

If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my appflow action" or 'my appflow action').

collectors

Name(s) of collector(s) to be associated with the AppFlow action.

clientSideMeasurements

On enabling this option, the NetScaler will collect the time required to load and render the mainpage on the client.

Possible values: ENABLED, DISABLED

Default value: DISABLED

comment

Any comments about this action. In the CLI, if including spaces between words, enclose the comment in quotation marks. (The quotation marks are not required in the configuration utility.)

Example

add appflow action appflow_action_1 -collectors col1 col2

rm appflow action

Removes a configured AppFlow action. You cannot remove an action that is associated with an AppFlow policy.

Synopsys

rm appflow action <name>

Arguments

name

Name of the action to be removed.

Example

rm appflow action appflow_action_1

set appflow action

Modifies the specified parameters of an AppFlow action.

Synopsys

set appflow action <name> [-collectors <string> ...] [-clientSideMeasurements ( ENABLED | DISABLED )] [-comment <string>]

Arguments

name

Name of the action to be modified.

collectors

Name(s) of collector(s) to be associated with the AppFlow action.

clientSideMeasurements

On enabling this option, the NetScaler will collect the time required to load and render the mainpage on the client.

Possible values: ENABLED, DISABLED

Default value: DISABLED

comment

Any comments about this action. In the CLI, if including spaces between words, enclose the comment in quotation marks. (The quotation marks are not required in the configuration utility.)

Example

set appflow action appflow_action_1 -collectors col1 col2 col3

unset appflow action

Use this command to remove appflow action settings.Refer to the set appflow action command for meanings of the arguments.

Synopsys

unset appflow action <name> [-clientSideMeasurements] [-comment]

rename appflow action

Renames an AppFlow action.

Synopsys

rename appflow action <name>@ <newName>@

Arguments

name

Existing name of the action.

newName

New name for the AppFlow action. Must begin with an ASCII alphabetic or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at

(@), equals (=), and hyphen (-) characters.

The following requirement applies only to the NetScaler CLI:

If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my appflow action" or 'my appflow action').

Example

rename appflow action old_name new_name

show appflow action

Displays information about AppFlow action(s), or about the specified AppFlow action.

Synopsys

show appflow action [<name>]

Arguments

name

Name of the action about which to display information.

Outputs

stateflag

hits

The number of times the action has been taken.

collectors

Name(s) of collector(s) to be associated with the AppFlow action.

clientSideMeasurements

On enabling this option, the NetScaler will collect the time required to load and render the mainpage on the client.

referenceCount

The number of references to the action.

description

Description of the action

comment

Comments associated with the AppFlow action.

devno

count

Example

  1. show appflow action 2. show appflow action appflow_action_1
Was this article helpful?