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  
137
  O F  
227  
 
 
 
lastReported="Tue Apr 21 18:00:55 PDT 2009"  
              macAddress="00:21:00:6a:2a:81" numOfDetectingAPs="2" objectId="11"   
              parentId="1" sourceTimestamp="1240362055216" state="2" 
 
 
 
switchName="loc-wlc-03" /> 
 
 
 
 
 
 
 
<AesRogueClient bssid="00:14:1b:62:5b:61" 
 
 
 
changedOn="1240355640644" 
 
 
 
firstReported="Tue Apr 21 16:12:39 PDT 2009" 
 
 
 
lastReported="Tue Apr 21 16:12:44 PDT 2009"  
              macAddress="00:21:00:6a:2a:81" numOfDetectingAPs="1" objectId="1"  
              parentId="1" sourceTimestamp="1240355564288" state="2" 
 
 
 
switchName="loc-wlc-03" /> 
 
 
 
</infoList> 
 
 
 
 
 
 
<locationList> 
 
 
 
<AesRogueClientLocation changedOn="1240362796522" confidenceFactor="239.2" 
detectingControllers=",1.2.3.48,1.2.3.50" floorId="3" floorWeight="203" 
 
 
 
 
fullHierarchy="AesNetworkDesign:testB|AesGrou|……. 
               </AesRogueClientLocation>                                 
           </locationList> 
 
 
 
 
 
 
 
 
 
 
 
</AesRogueClientHistory> 
         </Response> 
 
</SOAP-ENV:Body>    
</SOAP-ENV:Envelope> 
 
 
 
9.7 METHOD: GetRogueAPInfoList 
Queries the list of rogue APs currently stored in the MSE. The query can be: 
 
NULL - Return all rogue APs and their contents.  
 
Count Query  - Return the number of rogue APs in the server 
 
All other queries (sorting, paging, member match and so on) - The list of rogue APs and 
their content, constrained based on the query content. 
Result: See below. 
Arguments: AesBusinessSession, AesQueryCriteria. 
9.7.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">  
<SOAP-ENV:Body> 
 <GetRogueAPInfoList xmlns="http://cisco.com/mse/location"  
                                        xmlns:typ="http://cisco.com/mse/types"> 
  <typ:AesBusinessSession id="15492"/> 
  <typ:AesQueryCriteria startIndex="2" numOfResults="3"/> 
 </GetRogueAPInfoList> 
</SOAP-ENV:Body>  
</SOAP-ENV:Envelope>