severities

Represents the count of issues categorized by severity levels within a specific context.

Examples

type Severities {
  info: Int
  low: Int
  medium: Int
  high: Int
  critical: Int
  appox: Int
}

Fields

Field
Description
Supported fields

info Int

Count of informational severity issues

low Int

Count of low severity issues

medium Int

Count of medium severity issues

high Int

Count of high severity issues

critical Int

Count of critical severity issues

appox Int

Count of appoxalypse severity issues

References

Fields with this object:

Last updated