filter-htmlinjectionvariable¶
The following operations can be performed on "filter-htmlinjectionvariable":
rm filter htmlinjectionvariable¶
Removes an HTML injection variable. NOTE: This command is deprecated.Deprecated in favour of Client Side Measurements that can be enabled on an appflow action
Synopsis¶
Arguments¶
variable Name of the HTML injection variable to be removed.
Example¶
rm htmlinjectionvariable EDGESIGHT_SERVER_IP
set filter htmlinjectionvariable¶
Modifies the value of an HTML injection variable. NOTE: This command is deprecated.
Synopsis¶
Arguments¶
variable Name of the HTML injection variable to be modified.
value Value to be assigned to the new variable.
Example¶
set htmlinjectionvariable EDGESIGHT_SERVER_IP -value 2.2.2.2
show filter htmlinjectionvariable¶
Displays information about HTML injection variables. NOTE: This command is deprecated.Deprecated in favour of Client Side Measurements that can be enabled on an appflow action
Synopsis¶
Arguments¶
variable Name of the HTML injection variable to be displayed. If a name is not provided, information about all the HTML injection variables is shown.
Output¶
value Value of the HTML injection variable
builtin Indicates that a variable is a built-in (SYSTEM INTERNAL) type.
feature The feature to be checked while applying this config
type Type of the HTML injection variable
devno count stateflag
Example¶
show htmlinjectionvariable EDGESIGHT_SERVER_IP
unset filter htmlinjectionvariable¶
Use this command to remove filter htmlinjectionvariable settings.Refer to the set filter htmlinjectionvariable command for meanings of the arguments.NOTE: This command is deprecated.
Synopsis¶
add filter htmlinjectionvariable¶
Creates an HTML injection variable. NOTE: This command is deprecated.Deprecated in favour of Client Side Measurements that can be enabled on an appflow action
Synopsis¶
Arguments¶
variable Name for the HTML injection variable to be added.
value Value to be assigned to the new variable.
Example¶
add htmlinjectionvariable EDGESIGHT_SERVER_IP -value 1.1.1.1