@botname netview-domain

This command is used to operate on NetView domain to show status or canzlog.

Syntax

Read syntax diagramSkip visual syntax diagram@ botnamenetview-domainndliststatuscanzlogmessage--domain-name--dndomain_name--limitnumber--json-format--jf

Usage

list
Shows the status or canzlog of NetView® domain. If you do not specify any action, this action is the default action.
status
Shows the status or details of NetView domain. 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.
domain_name
This argument is OPTIONAL. It specifies the name of the target NetView domain that you want to show. Wildcard character * is supported.
canzlog
Shows all canzlogs on one NetView domain. To narrow down returned results, you can specify the following positional argument.
message
This argument is OPTIONAL. It specifies the name of the target message that you want to show. Wildcard character * is supported.
You can also specify the following options.
--domain-name|--dn domain_name
This option is REQUIRED. It specifies the domain name of the target resource to narrow down the result.

Examples

Table 1. NetView domain command examples
Object Command Explanation
status @bnz netview-domain Shows the status of NetView domain.
@bnz netview-domain list Shows the status of NetView domain.
@bnz nd list status Shows the status of NetView domain.
@bnz nd list status CNM19 Shows the status of NetView domain whose name is CNM19.
@bnz nd list status CNM19 --jf Shows the status of NetView domain whose name is CNM19 in JSON format.
@bnz nd list status CNM* Shows the status of NetView domain whose name starts with CNM.
canzlog @bnz netview-domain list canzlog --domain-name CNM19 Shows the canzlog on the NetView domain CNM19.
@bnz nd list canzlog --dn CNM19 Shows the canzlog on the NetView domain CNM19.
@bnz nd list canzlog IEC070I ICFCAT.VCAN001 --dn CNM19 Shows the canzlog whose message is IEC070I ICFCAT.VCAN001 on the NetView domain CNM19.
@bnz nd list canzlog IEC070I ICFCAT.VCAN001 --dn CNM19 --jf Shows the canzlog whose message is IEC070I ICFCAT.VCAN001 on the NetView domain CNM19 in JSON format.
@bnz nd list canzlog IEC070I* --dn CNM19 Shows the canzlog whose message starts with IEC070I on the NetView domain CNM19.