@botname teps-server

This command is used to operate on Tivoli Enterprise Portal Server(TEPS) server to show the status.

Syntax

Read syntax diagramSkip visual syntax diagram@ botnameteps-servertsliststatusteps_server_name--limitnumber--json-format--jf

Usage

list
Shows the status of TEPS servers. If you do not specify any action, this action is the default action.
status
Shows the status or details of TEPS servers. 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.
teps_server_name|ts
This argument is OPTIONAL. It specifies the name of the target TEPS server that you want to show. Wildcard character * is supported.

Examples

@bnz teps-server
Shows the status of the TEPS server.
@bnz teps-server list
Shows the status of the TEPS server.
@bnz ts list
Shows the status of the TEPS server.
@bnz ts list status
Shows the status of the TEPS server.
@bnz ts list status “Server #2”
Shows the status of the TEPS server whose name is Server #2.
@bnz ts list status S*
Shows the status of all the TEPS server whose names start with S.
@bnz ts list status S* --json-format
Shows the status of all the TEPS server whose names start with S in JSON format.