×
Opsview 6.9.x End of Support
Opsview versions 6.9.x reached their End of Support (EOS) status at the end of January 2026, in accordance with our Support policy. As of this date, these versions no longer receive code fixes, security updates, maintenance releases, or backported changes.
The documentation for version 6.9.7 and earlier releases will remain accessible for reference, but it will no longer be updated or maintained. We strongly recommend upgrading to the latest supported version of Opsview to ensure continued support and access to the latest features and security enhancements.
Status - BSM - Host
List Copied
REST API: /status/bsmhost
Used for component host detail view
Input parameters:
cid=X— List hosts related to this component id. Required
Example output Copied
{ list: [{
hostname: "cisco2611",
acknowledged: true,
status: "OPERATIONAL", // Or "FAILED" or "DOWNTIME"
availability: 50, // % time not FAILED
last_operational_age: 6789, // Number of seconds from now since the last time it was operational. null if current status is operational
services_total: 6, // Is not needed from StatusBsmComponent
services_failed: 4,
services_acknowledged: 0,
services_downtime: 2,
},{
...
}],
summary: {
success: true,
total: 2
}
}
["Opsview On-Premises"]
["API", "Technical Reference"]