Cisco Cisco 3350 Mobility Services Engine Developer's Guide

Page of 224
C
ISCO 
MSE
 
API
 
S
PECI FICATI ON 
G
UI DE 
 
C
ONTEXT 
A
W ARE 
S
ERVICE  OF 
MSE,
 
R
ELEASE 
7.4
.
       
P
A G E  
113
  O F  
227  
     
8.4 METHOD: GetTagStatsList 
Queries the list of tag statistics record currently stored in the MSE. The query can be: 
 
NULL - Return all tag statistics and their contents.  
 
Count Query - Return the number of tag statistics in the server 
 
All other queries  (sorting, paging, member match  and so on)  -  The list  of tag statistics 
and their content, constrained based on the query content. 
Result: See below. 
Arguments: AesBusinessSession, AesQueryCriteria 
8.4.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">  
<SOAP-ENV:Body> 
   <GetTagStatsList xmlns="http://cisco.com/mse/location" 
                                     xmlns:typ="http://cisco.com/mse/types"> 
  <typ:AesBusinessSession id="17187"/> 
  <typ:AesQueryCriteria startIndex="2" numOfResults="3"/> 
   </GetTagStatsList> 
</SOAP-ENV:Body>  
</SOAP-ENV:Envelope> 
8.4.2 
SOAP Response 
8.4.2.1 Success 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">  
<SOAP-ENV:Body> 
<Response xmlns="http://cisco.com/mse/location" xmlns:SOAP-
ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
  <AesBaseStats bytesReceived="11813006899937280" changedOn="1302696151650" 
macAddress="00:06:66:13:ee:4a" objectId="14061" packetsReceived="231627586273280" 
type="1"/> 
  <AesBaseStats bytesReceived="256068179275546624" changedOn="1302696151650" 
macAddress="00:0c:cc:5c:05:16" objectId="14062" packetsReceived="3673644442058752" 
type="1"/> 
  <AesBaseStats bytesReceived="28692833963606016" changedOn="1302696151651" 
macAddress="00:0c:cc:73:15:45" objectId="14063" packetsReceived="503383051993088" 
type="1"/> 
</Response> 
</SOAP-ENV:Body>  
</SOAP-ENV:Envelope> 
 
8.5 METHOD: GetTagLocation 
Returns an AesTagLocation location record currently stored in the MSE. 
Result: An AesTagLocation object or null if not found.It displays the time when it encounters the 
chokepoint in “chokepointerEncounterTime” attribute and also the last chokepoint’s mac 
address it encountered in “lastChokepointMac”.