Information
Unsupported content This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

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

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

BMC Atrium Orchestrator Content 20.16.03