WorkflowParams.xml
Use the following xml to populate the Workflow Parameter Values field in the Universal Cloud REST API log source protocol parameters section.
- 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.
- Replace the values for <hostname/ip-address> and
<your-auth-service-token> with your own values.Tip:
- Remove the angle brackets when you replace the example text with your own values.
- You don't need to include the https:// protocol.
- 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>