@botname event

This command is used to operate on event to show the status.

Syntax

Read syntax diagramSkip visual syntax diagram@ botnameeventliststatusevent_summary--component--czoscicsdb2jvmimsnetworkwasstoragemq--limitnumber--json-format--jf

Usage

list
Shows the status of event. If you do not specify any action, this action is the default action.
status
Shows the status or details of event. If you do not specify any object, this object is the default object. To narrow down returned results, you can specify the following positional argument.
event_summary
This argument is OPTIONAL. It specifies the summary of the target event that you want to show. Wildcard character * is supported.
You can also specify the following options.
--component|--c zos|cics|db2|jvm|ims|network|was|storage|mq
This option is OPTIONAL. It specifies the name of target component to narrow down the result. You can choose among zos, cics, db2, jvm, ims, network, was, storage, and mq.

Examples

@bnz event
Shows the status of event.
@bnz event list
Shows the status of event.
@bnz event list status
Shows the status of event.
@bnz event list status --component zos
Shows the status of event from zos.
@bnz event list status --component zos --json-format
Shows the status of event from zos in JSON format.
@bnz event list status "Sysplex * is not active" --c zos
Shows the status of event from zos whose event summary starts with Sysplex and ends with "is not active".