ft_source_create - Fluid Topics - 3.8

Fluid Topics Installation Guide

Operating system
RHEL
Category
Reference Guides
Audience
public
Version
3.8

The ft_source_create script is used to create a source on the specified Fluid Topics portal.

Source creation only works for processing pipes already installed on the server.

Command template:

ft_source_create -s $SOURCE_ID -n $SOURCE_NAME -d $SOURCE_DESCRIPTION -t $SOURCE_TYPE --ft-login $FT_ADMIN_LOGIN --ft-password [$FT_ADMIN_PASSWORD] --ft-url $FT_PORTAL_URL [--ft-cert-file $CERTFILE_PATH] [--ft $FT_SAVED_TENANT][-v] [-h]

Command example:

ft_source_create -s AIT -n ait_source -d my_ait_source -t Authorit --ft-url myfluidtopics.net --ft-login admin@plop.net --ft-password

Command arguments:

  • -s: Expects the source identifier. Can also be written --source-id.
  • -n: Expects the source's name. Can also be written --source-name.
  • -d: Expects the source description. Can also be written --source-description.
  • -t: Expects the source's type from the following list. Can also be written --source-type.
    • Dita
    • Authorit
    • Ftml
    • UnstructuredDocuments
  • --ft-login: Expects the login of a user on the Fluid Topics portal with ADMIN role.
  • --ft-password: Expects the password of a user on the Fluid Topics portal with ADMIN role.
  • --ft-url: Expects the url of the Fluid Topics portal.
  • --ft-cert-file: Expects the path of the security certfile.
  • --ft: Expects the saved tenant.
  • -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.