getIncidentEvidence
Examples
query GetIncidentEvidence($incidentId: String!, $input: IncidentEvidenceFilterInput) {
getIncidentEvidence(incidentId: $incidentId, input: $input) {
groups {
category
totalCount
stateCounts {
state
count
}
stateBreakdown {
label
count
}
latestAsOf
severityCounts {
severity
count
}
breakdownCounts {
label
count
}
items {
id
incidentId
category
state
severity
title
resourceName
resourceDetail
pipelineOutcome
targetBranch
appName
appType
hitIndicatorValues
isRunning
isInternetExposed
dependencyType
stateReason
externalUrl
asOf
developerEmail
resourceOwner
issueId
sbomAppId
sbomLibrary
isFixAvailable
hasTicket
commentCount
isGptAvailable
isExcluded
}
}
}
}Variables
Arguments
Argument
Description
Supported fields
Fields
Field
Description
Supported fields
Last updated
