ft_check_tenant - Fluid Topics - 3.8

Fluid Topics Scripts

Category
Technical Notes
Audience
public
Version
3.8

The ft_check_tenant script is used to to ensure that a specific installed Fluid Topics tenant is properly set up on the server.

Command template:

ft_check_tenant -t $TENANT_ID [-c $CONF_DIRECTORY_PATH] [-H $BACK_OFFICE_HOSTNAME] [-https] [--port $WEBSERVER_PORT] [--ws-login WS_LOGIN] [--ws-password [WS_PASSWORD]] [--api-key API_KEY] [-v] [-h]

Command example:

ft_check_tenant -t myFluidTopics -H Fluid_BackOffice --ws-login mylogin --ws-password mypassword

Command arguments:

  • -t: Expects the ID of the tenant. It corresponds to the name given to the tenant configuration directory. It is case-sensitive. Can also be written --tenant-id.
  • -c: Expects the configuration file directory path. Can also be written --conf.
  • -H: Expects the hostname of the Back Office server ("localhost" by default if the command is run on the server hosting the Back Office environment). Can also be written --host.
  • -https: Enables the use of HTTPS protocol. Can also be written --secure.
  • --port: Expects the port number used to access the Back Office server.
  • --ws-login: Expects the login of the user authorized to launch the web service (by default, "antidot").
  • --ws-password: Expects the password of the user authorized to launch the web service (by default, it is the default password of the "antidot" Back Office user).
  • --api-key: Expects the API key of the Back Office user.
  • -v: Activates verbose mode. Can also be written --verbose.

  • -h: Displays the help and lists all available optional arguments for the command. Can also be written --help.

The script is available in the antidot-fluidtopics-reply package.