Configure a Service Connection

   Journey Manager (JM) The transaction engine for the platform.  |    System Manager / DevOps  |  All versions This feature is related to all versions.

Manager allows you to create new and edit existing service connections, so you can use them in your services to implement various client's requirements.

To configure a service connection:

  1. Select Services > Service Connections.
  2. Locate a service connection and click Edit.
  3. Update a service connection name in the Name field.
  4. Check an organization in the Organization field.
    Note

    You can't change the organization it belongs to, nor set it to blank after the service connection has been created.

  5. Select a service connection type from the Type dropdown list to define and group the service connection.
    Note

    Service connection configuration options are different for each service connection type. Refer to a specific service connection type configuration for more details.

  6. Configure connection specific options.
  7. Click Save to update the changes.

You can't always access the param1, param2, param3, and param4 properties of a service connection via the Service Connection Configuration UI to update them. If you are required to use these parameters, you can do the following:

  1. Export a service connection as a ZIP file
  2. Open a connection-config.xml file, which is a part of the archive
  3. Check or modify the param1, param2, param3, and param4 properties as required. For more information on their definition, see JSON Definitions Reference in the Journey SDK documentation.
  4. Create a new ZIP archive file containing the updated configuration
  5. Import the new archive and configure the service connection
Note

You can also update the param1, param2, param3, and param4 properties using the Fluent API SvcConnUpdater.setParam1, SvcConnUpdater.setParam2, SvcConnUpdater.setParam3, and SvcConnUpdater.setParam4 methods. For more information, see Fluent API.

Next, learn how to remove a service connection.