registerBusinessMonitorTarget.py script

The registerBusinessMonitorTarget.py script is a Python script that configures a target connection to a Business Monitor server.

Location

The registerBusinessMonitorTarget.py script is in install_root/BPM/Lombardi/tools/business-monitor/

Start the wsadmin scripting client from the profile_root/bin directory.

Syntax

deployment_manager_profile/bin/wsadmin -lang jython -f registerBusinessMonitorTarget.py
[--deployment-environment de_name]
--host host_name
--port port_number
--auth-alias-name auth_alias_name
[--dashboard-kpi-administrator administrator_user_name]
--no-sync
--no-save
--help

Parameters

--deployment-environment de_name
Optional. The deployment environment name. If this parameter is not specified, the default is all deployment environments in the cell.
--host host_name
Required. The host name for the deployment manager of the Business Monitor server.
--port port_number
Required. The SOAP port number for the deployment manager of the Business Monitor server.
--auth-alias-name auth_alias_name
Required. The J2C authentication alias that has administrative user credentials for Business Monitor.
--dashboard-kpi-administrator administrator_user_name
Optional. The user ID of the KPI Administrator role for the generated Business Monitor dashboards. If this parameter is not specified, the default is the user ID specified in the authorization alias that is specified by the --auth-alias-name parameter.
--no-sync
Optional. Ensures that the immediate propagation of changes across nodes is not enforced.
--no-save
Optional. Ensures that configuration changes are not saved.
--help
Optional. Displays help for the command.

Examples

  • For Windows operating systeminstall_root\bin\wsadmin.bat -lang jython -f "path_to_script/registerBusinessMonitorTarget.py" --host server.example.com --port 8880 --auth-alias-name BusinessMonitorTarget
  • For Linux operating systemFor UNIX operating systeminstall_root/bin/wsadmin.sh -lang jython -f "path_to_script/registerBusinessMonitorTarget.py" --host server.example.com --port 8880 --auth-alias-name BusinessMonitorTarget