ITRS Opsview Cloud Documentation

Status - Performance Metrics

URL: /rest/status/performancemetric

Filtering URL parameters:

Other URL parameters:

Example output Copied

    {
        "list": [{
            "hostname": "opcollector",
            "metricname": "age",
            "servicename": "Opsview Housekeep Age",
            "servicestate": "critical",
            "uom": "",
            "value": "5"
        }, {
            "hostname": "opsview",
            "metricname": "rta",
            "servicename": "TCP/IP - LAN",
            "servicestate": "unknown",
            "uom": "ms",
            "value": "25"
        }, {
            "hostname": "winvpn",
            "metricname": "rta",
            "servicename": "TCP/IP - LAN",
            "servicestate": "unknown",
            "uom": "",
            "value": ""
        }],
        "rows": "3",
        "total": "5"
    }

It is possible for the value to be the empty string - this means the value is not available (for instance, if the service has a response without any performance data.

["Opsview On-premises"] ["API", "Technical Reference"]

Was this topic helpful?