<%NUMBERING1%>.<%NUMBERING2%>.<%NUMBERING3%> PRTG Manual: Live Data

You can access live data and live status data of objects using the PRTG API.

Getting Single Object Property

You can get the properties or settings of a single object such as name, hostname, or URL using the PRTG API.

i_square_cyanSee section Single Object Property for more information.

Getting Single Object Status

You can get the status of a single object such as last value or downtime using the PRTG APII.

i_square_cyanSee section Single Object Status for more information.

Getting Multiple Object Property or Status

You can get the property or status of multiple objects and use sorting and advanced filtering using the PRTG API.

i_square_cyanSee section Multiple Object Property or Status for more information.

Getting System Information

You can get system information from the system information tables using the PRTG API.

i_square_cyanSee section System Information for more information.

Getting PRTG System Status

You can also get the PRTG system status such as the number of alarms or messages using the following API calls.

i_speechExamples

Live system status in the Extensible Markup Language (XML) format:

/api/getstatus.xml?id=0

Live system status in the JavaScript Object Notation (JSON) format:

/api/getstatus.json?id=0

All sensors in use in the JSON format:

/api/sensortypesinuse.json

Number of all sensor states:

/api/gettreenodestats.xml

More

i_square_blueKNOWLEDGE BASE

How can I use the PRTG Application Programming Interface (API)?

Application Programming Interface (API) Definition