Get Event Codes (v2.0)
GET/v2.0/api/tenants/:tenant_id/eventcodes
List the names and descriptions of all event codes.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count integer
description
The event description.
items object[]
category string
code string
description string
display_name string
entity_ref string
resource_types string[]
suppress boolean
type string
Possible values: [alarm
, alert
]
{
"count": 0,
"items": [
{
"category": "string",
"code": "string",
"description": "string",
"display_name": "string",
"entity_ref": "string",
"resource_types": [
"string"
],
"suppress": true,
"type": "alarm"
}
]
}
Loading...