Application Integrator Connection Profiles

The following example shows how to define a connection profile for a job type defined in the Control-M Application Integrator. For information, see Application Integrator.

Properties defined for the connection profile in Control-M Application Integrator are all prefixed with AI- in the .json code.

You can use Secrets in Code for sensitive information in the values of password-type parameters.

Copy
{
    "AI_CONNECTION_PROFILE": {
        "Type": "ConnectionProfile:ApplicationIntegrator:<JobType>",
        "AI-Param03": "45",
        "AI-Param04": "group",
        "AI-Password": "*****",
        "Centralized": true
    }