I have created / deleted several times a sensor with a specific token

Now when pushing data, I see

{"status": "Ok", "Matching Sensors": "21"}

When I use PRTG Api with powsershell

Get-Device '<some host>' | Get-Sensor -Tag "HttpPushSensor" |  Get-ObjectProperty -raw | Select httppushtoken

I only see my one instance of my httppushtoken


Article Comments