cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
71
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Keith McMillan on 17-09-2010 05:20:36 PM
I find myself needing to routinely get updated devices from the CUCM server, and I'd like to use SelectCmDevice to do it. I can keep track of my timestamps, but I've been unable to determine if there's a way to specify "timestamp > foo" in the SelectItems element. In fact, even just putting:
 
<SelectBy xsi:type="xsd:string">Timestamp</SelectBy>
<SelectItems xsi:type="soap:SelectItems" soapenc:arrayType="soap:SelectItem[1]">
  <item><Item xsi:type="xsd:unsignedInt">1284710645</Item></item>
</SelectItems>
 
is yielding me an IllegalArgumentException: argument type mismatch
 
Is it possible to query for devices with timestamps larger than a certain value?
 
Regards,
Keith
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links