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.

API Information

API version information Copied

URL: /rest

Authentication not required.

This returns back information about the API. For example, this would respond with:

{
    api_version     => "6.007001",
    api_min_version => "2.000"
}

api_version and api_min_version are floating point numbers.

Clients should check that api_min_version is less than or equal to the version that the client was written for. api_min_version will be incremented if backwards compatibility has been broken.

Opsview information Copied

URL: /rest/info

Requires authentication.

This returns back information about Opsview. For example, this could respond with:

{
    opsview_version        => "6.8.1",
    opsview_build          => "6.8.1.202205101417",
    opsview_edition        => "commercial",
    server_timezone        => "UTC",
    server_timezone_offset => 0,
    uuid                   => "5B40A354-90C4-11DE-8C65-487C69EFFEC7",
    hosts_limit            => "1000",
}

Opsview system Copied

URL: /rest/system

Requires authentication.

This returns back information about Opsview that relates to your My System page. For example, this could respond with:

{
  list => [
    {
      alias          => "Autodiscovery Manager",
      cpu_pct        => "0.0",
      hostname       => "wg-v6-orch",
      mem_kb         => 1480,
      mem_pct        => "0.0",
      name           => "opsview-autodiscoverymanager",
      pid            => 11066,
      status         => "running",
      uptime_seconds => 1049809,
      version        => "6.8.1.202208011246",
      workers        => 0,
    },
["Opsview On-premises"] ["API", "Technical Reference"]

Was this topic helpful?