Topic: API To get units already added to Monitoring List
Hi,
i would like to add units to the monitoring list (whatever we do using the + icon i.e add to the list) through remote API.
if there is any API available, which returns the unit Ids which are already added to the list, so we can just add the new units to it.
Noticed below APIs need to be called combinedly to add list of units to the list.
{"params":[{"svc":"item/update_custom_property","params":{"itemId":XXX,"name":"mont","value":1}},{"svc":"item/update_custom_property","params":{"itemId":XXX,"name":"monu","value":"[YYY,ZZZ]"}},{"svc":"item/update_custom_property","params":{"itemId":XXXX,"name":"monuv","value":"[]"}}],"flags":0}
Please confirm.
J Prabhu