Could be that during the execution of the first script it deleted all the duplicates.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menucurl -s -X 'POST' 'http://127.0.0.1:8000/v1/dci-summary-tables/adhoc-query' -H 'Authorization: Bearer xxxxxxxxxxxxxxxxxxx' -H 'Content-Type: application/json' -d '{ "objectId": 2, "tableDefinition" : { "flags": 2, "dciName": "Network.Interfaces" } }' oldValue = GetDCIRawValue($node, $dci.id);
if (oldValue != $1) {
$node.setCustomAttribute("lastChangeTime", time());
}
lastChangeTime = $node.getCustomAttribute("lastChangeTime");
if (lastChangeTime == null) lastChangeTime = 0;
return time() - lastChangeTime;