Cisco Cisco 3350 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  
126
  O F  
227  
 
Result: An AesResult object specifying the success or failure of the operation. 
Arguments: AesBusinessSession, AesTag object containing measurements and so on. 
Note: To add/modify asset info, use AddTagAssetInfo API 
8.11.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<ModifyTag xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
 
<AesTag macAddress="00:01:02:03:04:05"> 
 
 
 
 
<asset name=”tag-name” category=”tags”/> 
 
 
 
</AesTag> 
 
 
</ModifyTag> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
8.11.2 
SOAP Response 
8.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”> 
 
 
 
<AesResult result=”true”/> 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
8.12 METHOD: GetTagInfoListForTelemetry 
Queries the list of all tags in the server with telemetry values defined. If the Tags have telemetry 
information, the telemetry information will be available in the AesTelemetry object. The query 
can be: 
 
NULL -Return all tags with telemetry information and their contents.  
 
Count Query - Return the number of tag with telemetry information in the server 
 
All  other  queries  (sorting,  paging,  member  match  and  so  on)  -  The  list  of  tags  with 
telemetry information and their content, constrained based on the query content. 
Result: AesTag or AesResult  
Arguments: AesBusinessSession.