Update Module Configuration Items with Login

This workflow accepts username and password to log on to the grid while running a request to update a configuration for a specified module. 

The following table describes the input elements for the workflow.

Input elements for the workflow

Input elementDescriptionRequired
target URL

Specifies the URL to the TrueSight Orchestration peer in the following format:

https://<hostname>:<port>/<name of the peer>

Example: https://hostname.domainName.com:38080/baocdp

No
adapter name

Specifies the name of the REST adapter

Default value: REST

Yes
module name

Specifies the name of the active module on the grid that you want to update. Specify the module name exactly as seen on the grid.

Example: AutoPilot-OA-File_Utilities

No
module version

Specifies the version of the module

Example: 20.19.01.00

No
module revision

Specifies the revision of the module

Example: 1 (default)

No
parameter list

Contains an XML with the following child elements:

  • <path>: Specifies the name of the configuration group, which contain configuration items. Example: ConnectionDetails.
  • <name>: Specifies the name of the configuration item.
  • <value>: Specifies the value for the configuration item that you want to update.

    Example request XML
    <parameters>
        <parameter>
            <path>ConnectionDetails</path>
            <name>UserName</name>
            <value>aoadmin123</value>
         </parameter>
        <parameter>
            <path>ConnectionDetails</path>
            <name>UserName</name>
            <value>aoadmin123</value>
         </parameter>
    </parameters>
No

The following table describes the output elements for the workflow.

Output elements for the workflow

Output elementDescription
status

Indicates whether the workflow is run successfully

Valid values: success, failure

error messageContains the error message if the request fails
Was this page helpful? Yes No Submitting... Thank you

Comments