Cisco Cisco 3365 Mobility Services Engine Guide Du Développeur

Page de 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  
191
  O F  
227  
 
NULL - Return all track groups and their contents.  
 
Count Query - Return the number of track groups in the server 
 
All other queries  (sorting, paging, member match  and so on)  -  The list of track groups 
and their content, constrained based on the query content. 
Result: See below. 
Arguments: AesBusinessSession, AesQueryCriteria 
12.3.3.1  SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetTrackGroupInfoList xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
</GetTrackGroupInfoList> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
12.3.3.2  SOAP Response 
12.3.3.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”> 
 
 
<AesTrackGroup changedOn="1123801225125" name="group2" objectId="1"> 
 
 
 
<defnList> 
 
 
 
 
<AesTrackDefn changedOn="1123801225125" enabled="true" name="defn3" 
objectId="1" parentId="1"> 
 
 
 
 
 
<destDefnList> 
 
 
 
 
 
 
<AesDestDefn changedOn="1123801225140" destIPList="127.0.0.1," 
objectId="1" parentId="1"> 
 
 
 
 
 
 
 
<transport> 
 
 
 
 
 
 
 
 
<AesTransportSysLog changedOn="1123801225140" 
facility="128" objectId="1" parentId="1" portNumber="514" priority="5"/> 
 
 
 
 
 
 
 
</transport> 
 
 
 
 
 
 
</AesDestDefn> 
 
 
 
 
 
</destDefnList> 
 
 
 
 
 
<trigger containerId="1"> 
 
 
 
 
 
 
<AesTriggerContainment changedOn="1123801225125" isIn="true" 
objectId="1" param="00:05%" parentId="1"/> 
 
 
 
 
 
</trigger> 
 
 
 
 
</AesTrackDefn> 
 
 
 
</defnList> 
 
 
</AesTrackGroup> 
 
</Response></SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
12.3.4 
METHOD: GetTrackGroupInfo 
Returns an AesTrackGroup currently stored in the MSE based on various search criteria. 
Result: An AesTrackGroup object or null if not found.  
Arguments: AesBusinessSession, AesTrackGroup Key