Batch Insert Items operation
The Batch Insert Items operation inserts an entry for all the items in the XML document into the BMC Remedy Action Request (AR) System datastore.
The following table describes the operation input elements for the Batch Insert Items operation:
Input elements for the Batch Insert Items operation
The following figure shows an XML sample of input elements for the Batch Insert Items operation:
<items> XML for the input elements for the Batch Insert Items operation
<item>
<schema>Alert Events</schema>
<fields>
<values>
<field id="xxx"></field>
<field id="xxx"></field>
<field id="xxx"></field>
<field id="xxx"></field>
<field id="xxx"></field>
<field id="xxx"></field>
</values>
</fields>
</item>
<items>
The following table describes the operation output element for the Batch Insert Items operation:
Output element for the Batch Insert Items operation
The following figure illustrates an XML sample of the output elements for the Batch Insert Items operation:
XML sample of the output elements for the Batch Insert Items operation
<entries>
<metadata>
<entry-count>4</entry-count>
</metadata>
<entry>
<entry-id>xxxx</entry-id>
</entry>
<entry>
<entry-id>xxxx</entry-id>
</entry>
<entry>
<entry-id>xxxx</entry-id>
</entry>
<entry>
<entry-id>xxxx</entry-id>
</entry>
</entries>
</set-action-result>