← Tools Reference

PRTG Classic

PRTG Classic integration (Developer Tools, Data). Imported from open-connector.

API key2 toolshttps://{trimmed}
GET
prtg_classic_list_sensors
List PRTG sensors with status, message, and last value fields from the classic table API.

/table.json

10 parameters
ParamTypeRequiredDescription
countintegeroptionalMaximum number of items to return. PRTG allows values from 1 to 50000.
startintegeroptionalZero-based item offset for paginated table reads.
objectIdintegeroptionalPRTG object ID used to restrict the table to that object and its child objects.
filterStatusarrayoptionalPRTG raw status codes to include. Multiple status filters are sent as repeated …
sortDescendingbooleanoptionalReverse the selected sortBy column by sending a leading dash.
filterTagsstringoptionalTag name or PRTG @tag(...) expression used to filter sensors by tag.
filterTypestringoptionalPRTG sensor type filter value or filter expression.
filterDevicestringoptionalPRTG device column filter value or filter expression.
filterSensorstringoptionalPRTG sensor column filter value or filter expression.
sortBystringoptionalPRTG sensor table column used for sorting.
GET
prtg_classic_list_devices
List PRTG devices with host, status, and message fields from the classic table API.

/table.json

8 parameters
ParamTypeRequiredDescription
countintegeroptionalMaximum number of items to return. PRTG allows values from 1 to 50000.
startintegeroptionalZero-based item offset for paginated table reads.
objectIdintegeroptionalPRTG object ID used to restrict the table to that object and its child objects.
filterStatusarrayoptionalPRTG raw status codes to include. Multiple status filters are sent as repeated …
sortDescendingbooleanoptionalReverse the selected sortBy column by sending a leading dash.
filterHoststringoptionalPRTG host column filter value or filter expression.
filterDevicestringoptionalPRTG device column filter value or filter expression.
sortBystringoptionalPRTG device table column used for sorting.