Cisco Cisco 3350 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  
136
  O F  
227  
 
 
9.6 METHOD: GetRogueClientHistoryListByArgs 
Queries the list of AesRogueClientHistory history records currently stored in the MSE. The query 
can be: 
 
Count Query 
 Return the number of rogue client 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 AesRogueClientHistory 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 client 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.6.1 
SOAP Request 
<SOAP-ENV:Envelope 
 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetRogueClientHistoryListByArgs> 
<AesBusinessSession 
clientIPAddress="10.77.144.120" 
groupId="1" 
id="30210" 
lastAccessTime="1248700729287" mask="-1" startTime="1248700728501" userId="1"/> 
 
 
 
<AesHistoryQueryArgs floorId="3" 
 
 
 
 
fromTimeMillis="1239234294172" isCountQuery="false" 
 
 
 
 
macAddress="00:21:00:6a:2a:81" numOfResults="1" 
 
 
 
 
toTimeMillis="1240362796524" /> 
 
 
</GetRogueClientHistoryListByArgs> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
9.6.2 
SOAP Response 
9.6.2.1 Success 
<SOAP-ENV:Envelope 
 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<Response> 
<AesRogueClientHistory macAddress="00:21:00:6a:2a:81"> 
 
 
 
<infoList> 
 
 
 
<AesRogueClient bssid="00:14:1b:62:5b:61" 
 
 
 
changedOn="1240362796522" 
 
 
 
firstReported="Tue Apr 21 18:00:44 PDT 2009"