Hello, I'm trying to extract probes status by API call
/api/table.json?content=probes&columns=objid,status&filter_parentid=0
But the result always showing that the probes are all up even if i'm sure i have 2 probes disconnected
{ prtg-version: "18.1.37.13946", treesize: 7, probes: [ { objid: 1, status: "Up", status_raw: 3 }, { objid: 10588, status: "Up", status_raw: 3 }, { objid: 2056, status: "Up", status_raw: 3 }, { objid: 5537, status: "Up", status_raw: 3 }, { objid: 6226, status: "Up", status_raw: 3 }, { objid: 7881, status: "Up", status_raw: 3 }, { objid: 9834, status: "Up", status_raw: 3 } ] }
Can you please tell me what i'm doing wrong ?
Add comment