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  
106
  O F  
227  
 
         <typ:AesBusinessSession id="27413"/> 
      </loc:GetStationInfoListByArgs> 
   </soapenv:Body> 
</soapenv:Envelope> 
7.13.2 
SOAP Response 
7.13.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/"> 
 <AesMobileStation aid="1" anchorAddress="0.0.0.0" 
apMacAddress="00:1c:f9:04:90:30" ccxVersion="4" changedOn="1283485641809" eapType="6" 
encryptionCypher="3" essIndex="1" interfaceStr="management" ipAddress="1.2.3.4" 
macAddress="00:1c:58:cd:48:81" mobilityStatus="1" objectId="60" policyManagerState="RUN" 
policyType="4" portNumber="1" protocol="3" reasonCode="1" 
shortPreambleOptionImplemented="1" ssId="wlc-48" status="3" switchRef="wlc-48" type="2" 
vlanId="4"> 
            <EndpointInterface macAddress=”00:1c:58:cd:48:81” ipAddress=”1.2.3.4” 
username802Dot1x=”Sameer”> 
             <EndpointIPAddress entity=”WIRELESS_CLIENT” ipAaddress=”10.10.1.2” 
version=”IPv4”/> 
             <EndpointIPAddress entity=”WIRELESS_CLIENT” ipAddress=”fdda:5cc1:23:4::1f” 
version=”IPv6”/> 
             <EndpointIPAddress entity=”WIRELESS_CLIENT” 
ipAddress=”2001:0db8:85a3:08d3:1319:8a2e:0370:7348” version=”IPv6”/> 
           </EndpointInterface> 
           <EndpointIPAddress  entity=”ANCHOR_CONTROLLER” ipAddress=”10.10.2.4” 
version=”IPv4”/> 
           <EndpointIPAddress entity=”ANCHOR_CONTROLLER” 
ipAddress=”2001:0db8:85a3:08d3:1319:8a2e:0370:7348” version=”IPv6”/> 
           <CCXServiceInfo serviceType=”VOICE” serviceLevel=”LEVEL_1”/> 
           <CCXServiceInfo serviceType=”LOCATION” serviceLevel=”LEVEL_2” 
serviceName=”LS1:S60,LS2:S69”/> 
  </AesMobileStation> 
 </Response> 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
 
7.14 METHOD: GetStationHistoryListByInfoArgs 
Queries the list of AesMobileStationHistory history records currently stored in the MSE. The 
query can be: 
 
Count  Query 
  Return  the  number  of mobile  station  history  records  in  the  MSE.  The 
user  can either set isCountQuery=true or false. If the isCountQuery=true,  the user will 
only  get  the  total  count  of  MobileStationHistory  records.  In  such  a  case,  the 
numOfResults field will not be required. If isCountQuery=false, then the user will have 
to specify a value for the numOfResults field which should be in the limit of 1 to 100.