@botname ims

This command is used to operate on Information Management System(IMS) to show the status or regions.

Syntax

Read syntax diagramSkip visual syntax diagram@ botnameimsliststatusims_idregionims_region_name--ims-id--iiims_id--limitnumber--json-format--jf

Usage

list
Shows IMS status or regions. If you do not specify any action, this action is the default action.
status
Shows the status or details of IMS. 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.
ims_id
This argument is OPTIONAL. It specifies the ID of the target IMS that you want to show. Wildcard character * is supported.
region
Shows the regions of IMS. To narrow down returned results, you can specify the following positional argument.
ims_region_name
This argument is OPTIONAL. It specifies the name of the target IMS region that you want to show. Wildcard character * is supported.
You can also specify the following option.
--ims-id|--ii ims_id
This option is REQUIRED. It specifies the IMS ID of target resource to narrow down the result.

Examples

@bnz ims
Shows the status of IMS.
@bnz ims list
Shows the status of IMS.
@bnz ims list status
Shows the status of IMS.
@bnz ims list status IMSA
Shows the status of the IMS whose ID is IMSA.
@bnz ims list status IMSA --jf
Shows the status of the IMS whose ID is IMSA in JSON format.
@bnz ims list status IMS*
Shows the status of the IMS whose ID starts with IMS.
@bnz ims list region --ims-id IMSA
Shows all regions of the IMS whose ID is IMSA.
@bnz ims list region IMSADLI --ii IMSA
Shows the region named IMSADLI of the IMS whose ID is IMSA.
@bnz ims list region IMSADLI --ii IMSA --jf
Shows the region named IMSADLI of the IMS whose ID is IMSA in JSON format.
@bnz ims list region IMS* --ii IMSA
Shows the region whose name starts with IMS of the IMS whose ID is IMSA .