incident
Examples
type Incident {
id: String!
caseId: String!
name: String!
description: String
type: IncidentType!
severity: IncidentSeverity!
status: IncidentStatus!
blockedReason: String
owner: String
creator: String!
slaTargetAt: DateTime
settings: IncidentSettings!
isOxDeclared: Boolean!
autoExpandFromSource: Boolean!
externalReferences: [String!]!
sourcePublishedAt: DateTime
counts: IncidentCounts!
exposureState: ExposureState
currentSeverity: IncidentSeverity
isMonitoring: Boolean!
affectedResourceCount: Int!
summary: [IncidentSummarySection!]!
aiSummary: IncidentAiSummary
indicatorCounts: IncidentIndicatorCounts
countsAsOf: DateTime
lastMatchedAt: DateTime
lastExposureChange: DateTime
resolvedAt: DateTime
createdAt: DateTime
updatedAt: DateTime
indicators: [Indicator!]
}Fields
Field
Description
Supported fields
References
Queries using this object:
Mutations using this object:
Fields with this object:
Last updated
