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  
141
  O F  
227  
9.10.2 
SOAP Response 
9.10.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”> 
 
 
 
<AesRogueAPLocation 
macAddress="00:01:02:03:04:05" 
changedOn=”122122111” 
floorId=”10” x=”12.1” y=”34.6” z=”2”/> 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
 
9.11 METHOD: GetRogueAPLocationList 
Queries the list of AesRogueAPLocation records currently stored in the MSE. The query can be: 
 
NULL - Return all rogue AP locations and their contents.  
 
Count Query - Return the number of rogue AP locations in the server. 
 
All  other  queries  (sorting,  paging,  member  match  and  so  on)  -  The  list  of  rogue  AP 
locations and their content, constrained based on the query content. 
Result: See below. 
Arguments: AesBusinessSession, AesQueryCriteria
 
9.11.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">  
<SOAP-ENV:Body> 
<GetRogueAPLocationList xmlns="http://cisco.com/mse/location"  
                                         xmlns:typ="http://cisco.com/mse/types"> 
  <typ:AesBusinessSession id="2436"/> 
  <typ:AesQueryCriteria startIndex="2" numOfResults="3"/> 
</GetRogueAPLocationList> 
</SOAP-ENV:Body>  
</SOAP-ENV:Envelope>  
9.11.2 
SOAP Response 
9.11.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/"> 
  <AesRogueAPLocation changedOn="1302698867573" confidenceFactor="112.0" 
detectingControllers="1.2.3.75" floorAesUId="-6047451202742910766" floorId="21" 
floorWeight="32" fullHierarchy="AesNetworkDesign:Site4|AesBuilding:SJC-14|AesFloor:Floor-
2" macAddress="00:1a:30:c3:43:c0" minLastHeardSecs="264" networkStatus="2" objectId="6" 
reason="0" simpleHierarchy="Site4>SJC-14>Floor-2" size="4" 
sourceTimestamp="1302698805956" x="375.99" y="327.96"> 
    <floorHierarchy elem="Floor-2"/> 
    <floorHierarchy elem="SJC-14"/> 
    <floorHierarchy elem="Site4"/>