For the complete documentation index, see llms.txt. This page is also available as Markdown.

incidentSeverityCounts

Examples

type IncidentSeverityCounts {
  appoxalypse: Int!
  critical: Int!
  high: Int!
  medium: Int!
  low: Int!
}

Fields

Field
Description
Supported fields

appoxalypse Int!

critical Int!

high Int!

medium Int!

low Int!

References

Fields with this object:

Last updated