Cisco Cisco 3365 Mobility Services Engine 开发者指南

下载
页码 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  
133
  O F  
227  
9.1.2 
SOAP Response 
9.1.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/"> 
  <AesRogueClient bssid="c4:7d:4f:53:24:c1" changedOn="1302699159688"  
           firstReported="Wed Apr 13 02:51:28 HST 2011"  
           lastReported="Wed Apr 13 02:52:39 HST 2011"  
           macAddress="00:1f:6c:7a:b7:c6" numOfDetectingAPs="5" objectId="4" state="2"  
           switchName="loc-wlc-04"/>  
  <AesRogueClient bssid="00:22:90:95:fa:d3" changedOn="1302699159854"  
           firstReported="Wed Apr 13 02:52:38 HST 2011"  
           lastReported="Wed Apr 13 02:52:39 HST 2011" macAddress="00:25:45:b2:56:f1"  
           numOfDetectingAPs="4" objectId="9" state="2" switchName="loc-wlc-05"/> 
  <AesRogueClient bssid="00:17:df:a8:5a:fe" changedOn="1302695537732"  
           firstReported="Wed Apr 13 01:52:16 HST 2011"  
           lastReported="Wed Apr 13 01:52:16 HST 2011" macAddress="c4:71:fe:d7:1f:96"  
           numOfDetectingAPs="9" objectId="20" state="2" switchName="loc-wlc-05"/> 
</Response> 
</SOAP-ENV:Body>  
</SOAP-ENV:Envelope>  
 
9.2 METHOD: GetRogueClientInfo 
Returns a rogue client currently stored in the MSE based on various search criteria. 
Result: AesRogueClient object or null if not found.  
Arguments: AesBusinessSession, AesRogueClient Key
 
9.2.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetRogueClientInfo xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
 
<AesRogueClient macAddress="00:01:02:03:04:05"/> 
 
 
</GetRogueClientInfo> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
9.2.2 
SOAP Response 
9.2.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/"> 
  <AesRogueClient bssid="00:1e:7a:70:c0:b0" changedOn="1280797393211" firstReported="Mon 
Aug 02 18:03:12 PDT 2010" lastReported="Mon Aug 02 18:03:12 PDT 2010" 
macAddress="00:1a:73:14:2d:7d" numOfDetectingAPs="2" objectId="1137" state="2" 
switchName="loc-wlc-04"/>   
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>