×
Opsview 6.8.x End of Support
With the release of Opsview 6.11.0 on February 2025, versions 6.8.x have reached their End of Support (EOS) status, according to our Support policy. This means that versions 6.8.x will no longer receive code fixes or security updates.
The documentation for version 6.8.9 and earlier versions will remain accessible for the time being, but it will no longer be updated or receive backports. We strongly recommend upgrading to the latest version of Opsview to ensure continued support and access to the latest features and security enhancements.
Config - Hashtag/Keyword
Object type: keyword
Note
Even though they are calledhashtags
in the UI and documentation, they are still referenced askeywords
in the Rest API
Request URL: /rest/config/keyword
Parameters:
calculate_hard_states
— if set, the hashtag summary status will be based on the hard states of the services, not the current state. Note, it will be possible that the hashtag will have a calculated state of OK but in an unhandled state/
Example GET Copied
{
"object" : {
"all_hosts" : "0",
"hosts" : [
{
"ref" : "/rest/config/host/7",
"name" : "cisco"
},
{
"ref" : "/rest/config/host/8",
"name" : "cisco1"
}
],
"roles" : [
{
"ref" : "/rest/config/role/14",
"name" : "View some, change none"
},
{
"ref" : "/rest/config/role/15",
"name" : "View some, change none, no notify"
}
],
"all_servicechecks" : "0",
"style" : "group_by_host",
"name" : "cisco",
"description" : "cisco devices",
"servicechecks" : [
{
"ref" : "/rest/config/servicecheck/82",
"name" : "Another exception"
},
{
"ref" : "/rest/config/servicecheck/81",
"name" : "Test exceptions"
}
],
"id" : "2",
"enabled" : "1",
"uncommitted" : "1"
}
}
["Opsview On-Premises"]
["API", "Technical Reference"]
"1"