ITRS Opsview Cloud Documentation

Withdraw of the 6.9.2 Release

Unfortunately, due to critical issues identified with version 6.9.2, we have decided to remove it and ensure it's no longer available for download. These issues impacted the ability to install or upgrade but none were security-related. We are diligently working to resolve these issues and are planning to release an updated version 6.9.3 in early May.

What if you've already upgraded?

For customers who have already upgraded to 6.9.2, no immediate action is required, as none of these issues are security-related. Once it's available, you will still be able to upgrade to 6.9.3 as normal. We appreciate your patience and trust as we continue to enhance our software to better serve you. Thank you for your understanding.

Status - Hashtags Summary

Access required: VIEWPORTACCESS, VIEWSOME, or VIEWALL.

Any public hashtags will be included in object permissions.

Request URL: /rest/status/viewport

URL parameters:

Example response:

    {
       "summary" : {
          "handled" : "15",
          "unhandled" : "31",
          "service" : {
             "handled" : "3",
             "unhandled" : "31",
             "unknown" : "34",
             "total" : "34"
          },
          "total" : "46",
          "host" : {
             "handled" : "12",
             "unhandled" : "0",
             "down" : "1",
             "up" : "11",
             "total" : "12"
          }
       },
       "list" : [
          {
             "hosts" : {
                "handled" : "1",
                "unhandled" : "0",
                "down" : {
                   "handled" : "1"
                },
                "total" : "1"
             },
             "services" : {
                "handled" : "1",
                "computed_state" : "unknown",
                "unhandled" : "0",
                "unknown" : {
                   "handled" : "1"
                },
                "total" : "1"
             },
             "computed_state" : "critical",
             "downtime" : null,
             "name" : "allhandled",
             "description" : "All services handled"
          },
          {
          ...
          }
       ]
    }

Note: The computed_state keyword represents the highest state based on host state and service state. Specifically, this will return critical if the host is down or unreachable otherwise the service computed_state.

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

Was this topic helpful?