Integrate > External configurations

External configurations

External configurations are pre-defined content which can be used to simplify the integration with Operations Manager i (OMi). They define how Service Management communicates with the external system.

You can apply an external configuration to more than one external system, but each external system can have no more than one external configuration. An external system does not require an external configuration.

To add an external configuration

  1. From the main menu, select Administration > Utilities > Integration > External configurations.
  2. Click New icon New to open the New External configuration dialog box.
  3. Enter a Name for the external configuration.
  4. Click OK.
  5. In the Details area, select Enabled for the required operations.
  6. For each operation enabled, click the parameter links and select or enter the required parameters.

    Parameter Description
    Web method

    The following methods are available:

    • POST
    • PUT
    • GET
    • DELETE
    URL Suffix

    Enter the suffix of the URL (the prefix is taken from the endpoint). This parameter must be HTTP encoded.

    Select one of the following options:

    • Simple Mode. Enter the required suffix in the text box.
    • Expression Language. Enter an Expression Language phrase that returns the required suffix.

    Click the Expression Language button to toggle between these options. When the button is selected (green), the field is in Expression Language mode. When it is not selected (white), the field is in Simple mode. For a full list of Expression Language functions, see Expression Language functions and syntax.

    Body

    This is the body that will be used in the REST call request to the remote server. The Body parameter is only relevant if POST or PUT is selected as the web method.

    Select one of the following options:

    • Simple Mode. Enter the required text in the text box.
    • Expression Language. Enter an Expression Language phrase that returns the required text.

    Click the Expression Language button to toggle between these options. When the button is selected (green), the field is in Expression Language mode. When it is not selected (white), the field is in Simple mode. For a full list of Expression Language functions, see Expression Language functions and syntax.

    Headers

    The REST call request headers provide additional information for the REST call, such as the file type to be returned.

    Click the Add Item button, which adds a row with two boxes, one for a header name and one for its value. In the first box, enter the required header name. In the second box, select one of the following options:

    • Simple Mode. Enter the header value in the text box.
    • Expression Language. Enter an Expression Language phrase that returns the header value.

    Click the Expression Language button to toggle between these options. When the button is selected (green), the field is in Expression Language mode. When it is not selected (white), the field is in Simple mode. For a full list of Expression Language functions, see Expression Language functions and syntax.

  7. Click Save.

Related topics