I try filter sensors of SDWAN using the following code, but doesn't work. It's possible do it?
<!--Custom: Sensor Status - Name: Total UP/DOWN SDWAN --> <div class="map_object map_icon mapicon_status_transparent" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="<#mapobject type="topleftcoordinates" subid="<@subid>" mode="<@editmode>">"> <#mapobject type="objectgrip" mode="<@editmode>"> <#mapobject type="htmlbefore" subid="<@subid>"> <span class="label"><#objectproperty name="Name" id="<@objectid>">:</span> <#objectstatus name="devicenum" id="<@objectid>"> <#objectstatus name="upsens" id="<@objectid>"> <#objectstatus name="downsens" id="<@objectid>" filter_tags="@tag(<@tagfilterstring> %2bINET)" filter_tags="@tag(<@tagfilterstring> %2bMPLS)"> <#mapobject type="htmlafter" subid="<@subid>"> <#mapobject type="htmlafter" subid="<@subid>"> </div>
Add comment