Skip to main content

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

Successful Operation

Schema
    count integer
    description

    The event description.

    items object[]
  • Array [
  • category string
    code string
    description string
    display_name string
    entity_ref string
    resource_types string[]
    suppress boolean
    type string

    Possible values: [alarm, alert]

  • ]
Loading...