Cisco Cisco 3365 Mobility Services Engine Developer's Guide

Page of 224
                   
C
ISCO 
MSE
 
API
 
S
PECI FICATI ON 
G
UIDE 
 
C
ONTEXT 
A
W ARE 
S
ERVICE OF 
MSE,
 
R
EL EASE 
7.4
.
                                   
P
A G E  
92
  O F  
2 27  
 
 
 
<Response xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesMobileStation 
ipAddress="12.1.1.1" 
macAddress="00:01:02:03:04:05" 
username="fred"/> 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>     
 
7.3 METHOD: GetStationStats 
Returns  an  AesMobileStation  statistics  record  currently  stored  in  the  MSE  based  on  various 
search criteria. 
Result: An AesBaseStats object or null if not found 
Arguments: AesBusinessSession, AesMobileStation Key 
7.3.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetStationStats xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
 
<AesMobileStation macAddress="00:01:02:03:04:05"/> 
 
 
</GetStationStats> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
7.3.2 
SOAP Response 
7.3.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”> 
 
 
 
<AesBaseStats 
macAddress="00:01:02:03:04:05" 
packetsSent=”12” 
bytesSent=”1221111” 
packetsRecv=”1111” 
bytesRecv=”1212204” 
policyErrors=”0” 
changedOn=”1220324324”/> 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
     
7.4 METHOD: GetStationStatsList 
Queries the list of AesBaseStats statistics record currently stored in the MSE. The query can be: 
 
NULL - Return all mobile station statistics and their contents.  
 
Count Query - Return the number of mobile station statistics in the server. 
 
All other queries (sorting, paging, member match and so on) - The list of mobile station 
statistics and their content, constrained based on the query content.