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

incidentEvidenceGroup

Examples

type IncidentEvidenceGroup {
  category: EvidenceCategory!
  totalCount: Int!
  stateCounts: [EvidenceStateCount!]!
  stateBreakdown: [IncidentNamedCount!]!
  latestAsOf: DateTime
  severityCounts: [SeverityHistogramBucket!]!
  breakdownCounts: [IncidentNamedCount!]!
  items: [IncidentEvidenceItem!]!
}

Fields

Field
Description
Supported fields

totalCount Int!

state EvidenceState! count Int!

stateBreakdown [IncidentNamedCount!]!

label String! count Int!

latestAsOf DateTime

severity IncidentSeverity! count Int!

breakdownCounts [IncidentNamedCount!]!

label String! count Int!

id String! incidentId String! category EvidenceCategory! state EvidenceState! severity IncidentSeverity title String! resourceName String! resourceDetail String pipelineOutcome PipelineOutcome targetBranch String appName String appType String hitIndicatorValues [String!]! isRunning Boolean isInternetExposed Boolean dependencyType EvidenceDependencyType stateReason String externalUrl String asOf DateTime! developerEmail String resourceOwner String issueId String sbomAppId String sbomLibrary String isFixAvailable Boolean hasTicket Boolean commentCount Int isGptAvailable Boolean isExcluded Boolean

References

Fields with this object:

Last updated