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.
Config - Hashtag/Keyword
Object type: keyword
Note
Even though they are calledhashtagsin the UI and documentation, they are still referenced askeywordsin the Rest API
Request URL: /rest/config/keyword
Permissions: Requires CONFIGUREKEYWORDS
Methods:
GET— List hashtags.POST— Create hashtag.PUT— Update hashtag.DELETE— Unimplemented.
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"
}
}