WorkflowParams.xml

Use the following xml to populate the Workflow Parameter Values field in the Universal Cloud REST API log source protocol parameters section.

  1. Click the Copy to clipboard icon at the upper right of the code block, and then paste the content to a text file so that you can edit the values.
  2. Replace the values for <hostname/ip-address> and <your-auth-service-token> with your own values.
    Tip:
    1. Remove the angle brackets when you replace the example text with your own values.
    2. You don't need to include the https:// protocol.
  3. Copy the updated content into the Workflow Parameter Values field.
    <?xml version="1.0" encoding="UTF-8" ?>
    <WorkflowParameterValues xmlns="http://qradar.ibm.com/UniversalCloudRESTAPI/WorkflowParameterValues/V2">
        <Value name="host" value="<hostname/ip-address>" />
        <Value name="auth_token" value="<your-auth-service-token>" />
    </WorkflowParameterValues>