Request and response for the Get Predefined Job Names operation
The Get Predefined Job Names operation enables you to retrieve a list of the names of all predefined jobs that matches the specified filter criteria.
The following table describes the elements for the <items> XML element and adapter request for the Get Predefined Job Names operation.
Elements for the < items > XML element and adapter request for the for the Get Predefined Job Names operation
The following figure shows a sample <items> XML element for the Get Predefined Job Names operation.
< items > XML element for the Get Predefined Job Names operation
<item>
<parameters>
<name-match></name-match>
</parameters>
</item>
</items>
The following figure shows a sample adapter request for the Get Predefined Job Names operation.
Sample adapter request for the Get Predefined Job Names operation
<entity>predefined-job</entity>
<request>
<operation-name>get-predefined-job-names</operation-name>
<parameters>
<name-match>test*</name-match>
</parameters>
</request>
</bmc-configuration-automation-networks-request>
The following figure illustrates the adapter response for the sample Get Predefined Job Names operation.
Adapter response for the Get Predefined Job Names operation
<metadata>
<status>success</status>
</metadata>
<parameters>
<output>
<element>test1</element>
</output>
</parameters>
</bmc-configuration-automation-networks-response>