Server Command

The server command in the tib-activate CLI tool allows users to perform specific operations related to TIBCO Activation Service. This includes checking the current version of TIBCO Activation Service and getting a list of all host IDs associated with TIBCO Activation Service.

Copy
 tib-activate server [sub-commands] [flags]
Sub-commands
Sub-command Syntax Description
version
Copy
tib-activate server version
Displays the current version of TIBCO Activation Service.
hostids
Copy
tib-activate server hostids

Displays all the host IDs associated with TIBCO Activation Service.

TIBCO Activation Service can respond back with multiple host IDs. The host ID with which TIBCO Activation Service is configured is listed in the "selected" attribute of the response. For example:

Copy
tib-activate server hostids
Copy
{
"selected" : {"value" : "0242AC110002","type" : "ETHERNET"},
"hostids" : [ {"value" : "0242AC110002","type" : "ETHERNET"} ]
}
Flags

--help, -h: Displays help information for the command or sub-command.