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

incidentAffectedResources

Examples

type IncidentAffectedResources {
  items: [IncidentAffectedResource!]!
  totalCount: Int!
}

Fields

Field
Description
Supported fields

resourceName String! kind AffectedResourceKind! resourceDetail String appName String appId String appType String resourceOwner String hitIndicatorValues [String!]! openIssues Int! resolvedIssues Int! sbomCount Int! activeRows Int! isRunning Boolean! cloudRunState CloudRunState! isCloudDeployed Boolean! isPublic Boolean! isInternetExposed Boolean! status AffectedResourceStatus! isStale Boolean! latestAsOf DateTime lastCodeActivity DateTime imageCreatedAt DateTime imageSha String cloudProvider String cloudAccountId String cloudAccountName String cloudRegions [String!] cloudClusterNames [String!] cloudImageCount Int imageCount Int

totalCount Int!

References

Queries using this object:

Last updated