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



Warning

Action name

Before running the operation, ensure that you specify the value of the Action field in the Call Adapter Activity to set.


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

<items>
   <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

<set-action-result>
<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>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Orchestration Content 21.02