PRTG Classic integration (Developer Tools, Data). Imported from open-connector.
https://{trimmed}/table.json
| Param | Type | Required | Description |
|---|---|---|---|
| count | integer | optional | Maximum number of items to return. PRTG allows values from 1 to 50000. |
| start | integer | optional | Zero-based item offset for paginated table reads. |
| objectId | integer | optional | PRTG object ID used to restrict the table to that object and its child objects. |
| filterStatus | array | optional | PRTG raw status codes to include. Multiple status filters are sent as repeated … |
| sortDescending | boolean | optional | Reverse the selected sortBy column by sending a leading dash. |
| filterTags | string | optional | Tag name or PRTG @tag(...) expression used to filter sensors by tag. |
| filterType | string | optional | PRTG sensor type filter value or filter expression. |
| filterDevice | string | optional | PRTG device column filter value or filter expression. |
| filterSensor | string | optional | PRTG sensor column filter value or filter expression. |
| sortBy | string | optional | PRTG sensor table column used for sorting. |
/table.json
| Param | Type | Required | Description |
|---|---|---|---|
| count | integer | optional | Maximum number of items to return. PRTG allows values from 1 to 50000. |
| start | integer | optional | Zero-based item offset for paginated table reads. |
| objectId | integer | optional | PRTG object ID used to restrict the table to that object and its child objects. |
| filterStatus | array | optional | PRTG raw status codes to include. Multiple status filters are sent as repeated … |
| sortDescending | boolean | optional | Reverse the selected sortBy column by sending a leading dash. |
| filterHost | string | optional | PRTG host column filter value or filter expression. |
| filterDevice | string | optional | PRTG device column filter value or filter expression. |
| sortBy | string | optional | PRTG device table column used for sorting. |