Properties of Cast Iron projects for Maximo integration

IBM® Predictive Solutions Foundation on Cloud includes IBM WebSphere® Cast Iron® projects (.par files) that you can use to integrate with IBM Maximo®. There are projects for loading master data in batch mode, master data in real time, event data in batch mode, and event data in real time. There is also a project for pushing equipment health scores and predictions from Predictive Solutions Foundation on Cloud to Maximo. Each project has properties that you must configure.

For more information about the Cast Iron projects, see IBM Websphere Cast Iron Live artifacts.

Properties of the MaximoMasterData_Batch.par project

The project contains the following properties:
Table 1. MaximoMasterData_Batch.par properties
Property name Description
MaximoUser The Maximo user name, which is used for authentication to make an HTTP GET request to Maximo.
MaximoPassword The Maximo password, which is used for authentication to make an HTTP GET request to Maximo.
MaximoHostName The Maximo hostname/IP, which is used to make an HTTP GET request to Maximo.
MaximoPort The Maximo port, which is used to make an HTTP GET request to Maximo.
MaximoSecureConnector The name of the secure connector that is configured to enable communication from Cast Iron Live to Maximo.
GetAsset_URL The Maximo URL that is used to GET (pull) asset/resource data.
GetClassification_URL The Maximo URL that is used to GET (pull) classification/groupdim data.
GetLocation_URL The Maximo URL that is used to GET (pull) serviceaddress/location data.
SolutionManagerApiKey The IBM Analytics Solutions Manager on Cloud API key, which is used for authentication to make an HTTP POST request to Analytics Solutions Manager on Cloud. The API key is supplied in the customer Welcome package.
SolutionManagerHostName The Analytics Solutions Manager on Cloud hostname/IP, which is used to make an HTTP POST request to the REST API of Analytics Solutions Manager on Cloud.
SolutionManagerPort The Analytics Solutions Manager on Cloud port, which is used to make an HTTP POST request to the REST API of Analytics Solutions Manager on Cloud.
PostAsset_URL The Analytics Solutions Manager on Cloud URL that is used to POST (push) asset/resource data. In the URL, replace <project_id> with the actual project ID.
PostGroupDim_URL The Analytics Solutions Manager on Cloud URL that is used to POST (push) group dimension data. In the URL, replace <project_id> with the actual project ID.
PostLocation_URL The Analytics Solutions Manager on Cloud URL that is used to POST (push) location data. In the URL, replace <project_id> with the actual project ID.

Properties of the MaximoMasterData_RealTime.par project

The project contains the following properties:
Table 2. MaximoMasterData_RealTime.par properties
Property name Description
ReceiveAsset_URL The IBM WebSphere Cast Iron Live URL that is used to receive asset data from Maximo.
ReceiveClassification_URL The Cast Iron Live URL that is used to receive classification data from Maximo.
ReceiveLocation_URL The Cast Iron Live URL that is used to receive service address data from Maximo.
SolutionManagerApiKey The Analytics Solutions Manager on Cloud API key, which is used for authentication to make an HTTP POST request to Analytics Solutions Manager on Cloud. The API key is supplied in the customer Welcome package.
SolutionManagerHostName The Analytics Solutions Manager on Cloud hostname/IP, which is used to make an HTTP POST request to the REST API of Analytics Solutions Manager on Cloud.
SolutionManagerPort The Analytics Solutions Manager on Cloud port, which is used to make an HTTP POST request to the REST API of Analytics Solutions Manager on Cloud.
PostAsset_URL The Analytics Solutions Manager on Cloud URL that is used to POST (push) asset/resource data. In the URL, replace <project_id> with the actual project ID.
PostGroupDim_URL The Analytics Solutions Manager on Cloud URL that is used to POST (push) group dimension data. In the URL, replace <project_id> with the actual project ID.
PostLocation_URL The Analytics Solutions Manager on Cloud URL that is used to POST (push) location data. In the URL, replace <project_id> with the actual project ID.

Properties of the MaximoWorkOrder_Batch.par project

The project contains the following properties:
Table 3. MaximoWorkOrder_Batch.par properties
Property name Description
MaximoUser The Maximo user name, which is used for authentication to make an HTTP GET request to Maximo.
MaximoPassword The Maximo password, which is used for authentication to make an HTTP GET request to Maximo.
MaximoHostName The Maximo hostname/IP, which is used to make an HTTP GET request to Maximo.
MaximoPort The Maximo port, which is used to make an HTTP GET request to Maximo.
MaximoSecureConnector The name of the secure connector that is configured to enable communication from Cast Iron Live to Maximo.
GetWorkOrder_SM_URL The Maximo URL that is used to GET (pull) scheduled maintenance work order data.
GetWorkOrder_AM_URL The Maximo URL that is used to GET (pull) actual maintenance work order data.
GetWorkOrder_BRK_URL The Maximo URL that is used to GET (pull) breakdown work order data.
SolutionManagerApiKey The Analytics Solutions Manager on Cloud API key, which is used for authentication to make an HTTP POST request to Analytics Solutions Manager on Cloud. The API key is supplied in the customer Welcome package.
SolutionManagerHostName The Analytics Solutions Manager on Cloud hostname/IP, which is used to make an HTTP POST request to the REST API of Analytics Solutions Manager on Cloud.
SolutionManagerPort The Analytics Solutions Manager on Cloud port, which is used to make an HTTP POST request to the REST API of Analytics Solutions Manager on Cloud.
PostMaintenanceEvent_URL The Analytics Solutions Manager on Cloud URL that is used to POST (push) Maintenance & Fail event data. In the URL, replace <project_id> with the actual project ID.

Properties of the MaximoWorkOrder_RealTime.par project

The project contains the following properties:
Table 4. MaximoWorkOrder_RealTime.par properties
Property name Description
ReceiveWorkOrder_URL The Cast Iron Live URL, which is used to receive work order data from Maximo.
SolutionManagerApiKey The Analytics Solutions Manager on Cloud API key, which is used for authentication to make an HTTP POST request to Analytics Solutions Manager on Cloud. The API key is supplied in the customer Welcome package.
SolutionManagerHostName The Analytics Solutions Manager on Cloud hostname/IP, which is used to make an HTTP POST request to the REST API of Analytics Solutions Manager on Cloud.
SolutionManagerPort The Analytics Solutions Manager on Cloud port, which is used to make an HTTP POST request to the REST API of Analytics Solutions Manager on Cloud.
PostMaintenanceEvent_URL The Analytics Solutions Manager on Cloud URL that is used to POST (push) Maintenance & Fail event data. In the URL, replace <project_id> with the actual project ID.

Properties of the MaximoMeterReading.par project

The project contains the following properties:
Table 5. MaximoMeterReading.par properties
Property name Description
MaximoUser The Maximo user name, which is used for authentication to make an HTTP GET request to Maximo.
MaximoPassword The Maximo password, which is used for authentication to make an HTTP GET request to Maximo.
MaximoHostName The Maximo hostname/IP, which is used to make an HTTP GET request to Maximo.
MaximoPort The Maximo port, which is used to make an HTTP GET request to Maximo.
MaximoSecureConnector The name of the secure connector that is configured to enable communication from Cast Iron Live to Maximo.
PostAssetMeter_URL The Maximo URL that is used to POST (push) asset meter data.
PostMeterData_URL The Maximo URL that is used to POST (push) meter data.