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

indicator

Examples

type Indicator {
  id: String!
  incidentId: String!
  kind: IndicatorKind!
  value: String!
  versionRange: String
  fixedVersions: [String!]!
  severity: IncidentSeverity
  cvssScore: Float
  addedAt: DateTime!
  source: String!
  addedBy: String
  status: String!
  url: String
  lastFetchedAt: DateTime
  autoExpand: Boolean
  matchState: IndicatorMatchState
  activeMatchCount: Int
}

Fields

Field
Description
Supported fields

id String!

incidentId String!

value String!

versionRange String

fixedVersions [String!]!

cvssScore Float

addedAt DateTime!

source String!

addedBy String

status String!

url String

lastFetchedAt DateTime

autoExpand Boolean

activeMatchCount Int

References

Mutations using this object:

Fields with this object:

Last updated