<%NUMBERING1%>.<%NUMBERING2%>.<%NUMBERING3%> PRTG Manual: System Information

You can access live data and live status data for system information using the PRTG API.

icon-i-round-redAuthentication with username and passhash (or username and password) must always be included in each PRTG API request. See section Authentication for more information.

To retrieve system information using API calls, we recommend that you use the following order:

  1. Refresh the system information so that it is up to date, if necessary.
    For details, see System Information—Scan Now.
  2. Retrieve generic system information to ensure that the last scan (step 1) was successful and that there are no errors.
    For details, see System Information—Generic Data.
  3. Retrieve system information in the form of data tables.
    For details, see System Information—Data Tables.

icon-i-blueSystem information API calls only support the JavaScript Object Notation (JSON) output.

System Information—Scan Now

The following API calls to retrieve current information for a System Information category. To refresh system information via the API, you need to provide

icon-i-roundWe recommend that you only refresh system information if absolutely necessary because the refresh triggers a rescan of all system information tables.

icon-speechExamples

Refresh process information

/api/sysinfochecknow.json?id=deviceid&kind=processes

Refresh hardware information

/api/sysinfochecknow.json?id=deviceid&kind=hardware

icon-i-bluesysinfochecknow only supports JSON output.

Supported Output Columns ("kind=" Parameter)

System Information: Available Parameters

Column Name

Category (as displayed in the web Interface)

system

System

hardware

Hardware

processes

Processes

services

Services

software

Software

loggedonusers

Users

System Information—Generic Data

The following API calls retrieve generic data about the System Information category since the last scan, for example time stamps and if the last scan was successful. To retrieve this information via the API, you need to provide

icon-speechExamples

Users

/api/sysinfo.json?id=deviceid&kind=loggedonusers

Services

/api/sysinfo.json?id=deviceid&kind=services

icon-i-bluesysinfo only supports JSON output.

System Information—Data Tables

The following API calls retrieve all information from a System Information category table. To retrieve this information via the API, you need to provide

icon-speechExamples

System

/api/table.json?id=deviceid&content=sysinfo&category=system&usecaption=true&headers=key,value&columns=_key,_value

Software

/api/table.json?id=deviceid&content=sysinfo&category=software&usecaption=true&headers=key,value&columns=_displayname,_version

icon-i-blueData tables for system information only support JSON output.

System Information—Supported Output Columns ("columns=" Parameter)

You can use the following sysinfo-specific column names for the columns parameter (separated by comma, for example, columns=_key,_value).

icon-book-arrowsFor a list of all supported column names, see section Multiple Object Property or Status.

Column Name

Description

Can be Used for

_key, _value

Key value pair from the system table

sysinfo (category: system)

_displayname, _class, _caption

Display name, class, and caption from the system table

sysinfo (category: hardware)

_user, _domain

User and domain pair from the system table

sysinfo (category: loggedonusers)

_displayname, _creationdate, _processid

Display name, creation date, and process id from the system table

sysinfo (category: processes)

_displayname, _state, _startmode

Display name, state, and start mode from the system table

sysinfo (category: services)

_displayname, _version

Display name and version pair from the system table

sysinfo (category: software)

More

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

Application Programming Interface (API) Definition—Topics

Keywords: