Batch Delete Items operation


The Batch Delete Items operation deletes the records specified in an XML document from the BMC Remedy Action Request (AR) System datastore.

The following table describes the input elements for the Batch Delete Items operation:


 Input elements for the Batch Delete 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 delete.

The following figure shows an XML sample of the input elements for the Batch Delete Items operation:

<items> XML for the input elements for the Batch Delete Items operation

<items>
     <item>
       <schema>Alert Events</schema>
       <entry-id>xxxx</entry-id>
     </item>
     <item>
       <schema>Alert Events</schema>
       <entry-id>xxxx</entry-id>
     </item>
     <item>
       <schema>Alert Events</schema>
       <entry-id>xxxx</entry-id>
   </item>
</items>

The following table describes the output element for the Batch Delete Items operation:


 Output element for the Batch Delete Items operation



The following figure illustrates an XML sample of the output elements for the Batch Delete Items operation:

XML sample of the output elements for the Batch Delete Items operation

<delete-action-result>
 <entries>
   <entry>
     <entry-id>xxxx</entry-id>
     <entry-count>1</entry-count>
   </entry>
   <entry>
     <entry-id>xxxx</entry-id>
     <entry-count>1</entry-count>
   </entry>
   <entry>
     <entry-id>xxxx</entry-id>
     <entry-count>1</entry-count>
   </entry>
</entries>
</delete-action-result>

 

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

TrueSight Orchestration Content 23.1