OPSA/6/OPS_CLI_SUBSCRIBE_SUCCEED: The CLI event is subscribed successfully using the script. (Script="[script-name]", event="[event-name]", expression="[expression]", enter=[enter], sync=[sync], async_skip=[async_skip], sync_wait=[sync_wait])
Parameter Name | Parameter Meaning |
---|---|
[script-name] | Indicates a user script name. |
[event-name] | Indicates an event name. |
expression | Indicates the regular expression that matches commands. |
enter | Indicates the time when to match a regular expression:
|
sync | Indicates whether to wait until the execution of
scripts is complete after the command triggers an event:
|
async_skip | Indicates whether to skip the original command
when the sync value is False:
|
sync_wait | Indicates the time taken by a command to wait for the execution of scripts if the sync value is True. |