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  
193
  O F  
227  
 
 
 
<AesBusinessSession id="10510"/> 
 
 
 
<AesTrackGroup name="group2"> 
 
 
 
<defnList> 
 
 
 
 
<AesTrackDefn enabled="true" name="defn3"> 
 
 
 
 
 
<destDefnList> 
 
 
 
 
 
 
<AesDestDefn destIPList="127.0.0.1,"> 
 
 
 
 
 
 
 
<transport> 
 
 
 
 
<AesTransportSysLog facility="128" portNumber="514" priority="5"/> 
 
 
 
 
 
 
 
</transport> 
 
 
 
 
 
 
</AesDestDefn> 
 
 
 
 
 
</destDefnList> 
 
 
 
 
 
<trigger containerId="1"> 
 
 
 
 
 
 
<AesTriggerContainment isIn="true" param="00:05%"/> 
 
 
 
 
 
</trigger> 
 
 
 
 
</AesTrackDefn> 
 
 
 
</defnList> 
 
 
 
</AesTrackGroup> 
 
 
</AddTrackGroup> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
12.3.5.2  SOAP Response 
12.3.5.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”> 
 
 
 
<AesResult result="true"/> 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
 
12.3.6 
METHOD: ModifyTrackGroup 
Modifies  the  track  group  information.  This  will  completely  replace  all  content  on  the  MSE  for 
this track group. Any objects requiring deletion will automatically take place. 
Result: An AesResult object specifying the success or failure of the operation. 
Arguments: AesBusinessSession, AesTrackGroup object containing measurements and so on. 
12.3.6.1  SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<ModifyTrackGroup xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
 
<AesTrackGroup name="group2"> 
 
 
 
<defnList> 
 
 
 
 
<AesTrackDefn enabled="true" name="defn3"> 
 
 
 
 
 
<destDefnList> 
 
 
 
 
 
 
<AesDestDefn destIPList="127.0.0.1,"> 
 
 
 
 
 
 
 
<transport> 
 
 
 
 
<AesTransportSysLog facility="128" portNumber="514" priority="5"/> 
 
 
 
 
 
 
 
</transport> 
 
 
 
 
 
 
</AesDestDefn> 
 
 
 
 
 
</destDefnList> 
 
 
 
 
 
<trigger containerId="1"> 
 
 
 
 
 
 
<AesTriggerContainment isIn="true" param="00:05%"/> 
 
 
 
 
 
</trigger> 
 
 
 
 
</AesTrackDefn>