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

createIncidentInput

Examples

input CreateIncidentInput {
  name: String!
  description: String
  type: IncidentType!
  severity: IncidentSeverity!
  indicators: [IndicatorInput!]
  owner: String
  assignToMe: Boolean
  autoExpandFromSource: Boolean
  externalReferences: [String!]
  sourcePublishedAt: DateTime
  settings: IncidentSettingsInput
  isOxDeclared: Boolean
}

Fields

Field
Description
Supported fields

name String!

description String

kind IndicatorKind! value String! versionRange String fixedVersions [String!] severity IncidentSeverity cvssScore Float url String autoExpand Boolean

owner String

assignToMe Boolean

autoExpandFromSource Boolean

externalReferences [String!]

sourcePublishedAt DateTime

allowManualClosure Boolean autoCloseWhenResolved Boolean cleanDaysBeforeClose Int autoReopenOnNewHit Boolean watchWindowDays Int

isOxDeclared Boolean

References

Mutations using this object:

Last updated