I have a few hundred URL sensors that need their IP changed, however the URLs are different between the sensor.
Instead of trying to go through all of these sensors by hand, I'm trying to use the API to locate them, programatically change the URL, and submit the changes back up through the API, however I seem to be able to obtain basically every bit of information about the sensor, except for it's monitored URL.
The URL stub I'm currently using to pull the list of sensors is :: /api/table.json?content=sensor&output=json&columns=objid,probe,group,device,sensor,status,message,value_,host,baselink,type,basetype
Not sure what additional columns are available that would make this possible.
Add comment