registerBusinessMonitorTarget.py script

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

Location

The registerBusinessMonitorTarget.py script is located in the following directory: install_root/BPM/Lombardi/tools/business-monitor/

Parameters

The registerBusinessMonitorTarget.py script accepts the parameters listed in the following table.
Table 1. Command parameters
Parameters Required? Description Comments
--deployment-environment de_name Optional The deployment environment name. This defaults to 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. This defaults to the user ID specified in the authorization alias that 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

You can append the command with the parameters listed in Parameters.
  • For Windows operating systeminstall_root\bin\wsadmin.bat -lang jython -f "path_to_script/registerBusinessMonitorTarget.py"
  • For Linux operating systemFor UNIX operating systeminstall_root/bin/wsadmin.sh -lang jython -f "path_to_script/registerBusinessMonitorTarget.py"