What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Get Sensors call not showing all sensors

Votes:

0

I am doing the following call:

$url = "https://10.1.7.13/api/table.xml?content=sensors&output=csvtable&columns=tags&username=portal&passhash=xxxxxxxx";

There are objects that are now showing up in the response of the call. There are no filters or anything. What could be causing this?

api prtg sensors

Created on Jul 24, 2015 3:30:10 PM



1 Reply

Votes:

8

By default, only 500 records are returned by the API call.

Adding:

&count=xxx

Where xxx stands for the number of records to return, to the URL above can extend the return set to a maximum of 50000 records.

Created on Jul 27, 2015 6:58:29 AM




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.