Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Workflow Parameter Values

date_range 12-Jul-21

The Workflow Parameter Values is an XML document that contains the input parameters of a workflow instance. It is a set of name/value pairs where the name must match one of the parameters defined in the associated workflow. The following table shows the Workflow Parameter Values parameters.

Table 1: Workflow Parameter Values Parameters

Name

Data type

Description

Required

name

String

The name of the parameter, as defined in the workflow

Yes

value

String

The value of the parameter, as defined in the workflow

No

XML Example

In this example, the host parameter is given the value "mycloud.com". The username parameter is given the value "admin". And the password parameter is given the value "password123."

content_copy zoom_out_map
<?xml version="1.0" encoding="UTF-8" ?>
<WorkflowParameterValues xmlns="http://qradar.ibm.com/UniversalCloudRESTAPI/
WorkflowParameterValues/V1">
<Value name="host" value="" />
<Value name="username" value="" />
<Value name="password" value="" />
</WorkflowParameterValues>
footer-navigation