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  
143
  O F  
227  
9.12.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">  
<SOAP-ENV:Body>  
<GetRogueAPHistory xmlns=” http://cisco.com/mse/location”>  
<AesBusinessSession id="10510"/>  
<AesQueryCriteria numOfResults="3" isCountQuery="true">  
<and-list>  
       <AesMatchMbrCriteria matchClass="AesRougeAPHistory" matchMbr="macAddress"  
                   matchValue="00:09:b7:13:aa:96" valueClass="java.lang.String"/>  
</and-list>  
</AesQueryCriteria>  
</GetRogueAPHistory>  
</SOAP-ENV:Body>  
</SOAP-ENV:Envelope> 
9.12.2 
SOAP Response 
9.12.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”>  
</Response>  
</SOAP-ENV:Body>  
</SOAP-ENV:Envelope> 
 
 
 
9.13 METHOD: GetRogueAPHistoryListByArgs 
Queries  the  list  of  AesRogueAPHistory  history  records  currently  stored  in  the  MSE.  The  query 
can be: 
 
Count Query 
 Return the number of rogue AP history records in the MSE. The user can 
set either isCountQuery=true or false. If the isCountQuery=true, the user will only get 
the total count of AesTagHistory records. In such a case, the numOfResults field will not 
be required. If the isCountQuery=false, then the user will have to specify a value for the 
numOfResults field which should be in between 1 to 100. 
 
All other queries (floorId, macAddress, numOfResults, fromTimeMillis, toTimeMillis, 
startIndex) 
 The list of rogue AP history records and their content, constrained based 
on the query content. If startIndex field is not set, it will return the first x (numOfResults 
value) results found in the MSE. The remaining fields are optional. 
Result: See below. 
Arguments: AesBusinessSession, AesHistoryQueryArgs
 
9.13.1 
SOAP Request 
<
SOAP-ENV:Envelope 
 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body>