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

cloudItemReachability

Result of the live reachability probe for a cloud asset.

Examples

type CloudItemReachability {
  confirmed: Boolean
  breachable: Boolean
  responseCode: String
  authTagValue: String
  conclusion: String
  playbook: String
  steps: [String]
  response: String
}

Fields

Field
Description
Supported fields

confirmed Boolean

Whether the live probe confirmed the asset is reachable from the internet.

breachable Boolean

Legacy breach verdict from the previous AI reachability analysis. Superseded by agentVerdict.isBreachable, which the reachability agent writes instead.

responseCode String

HTTP response code observed during the reachability probe.

authTagValue String

Authentication verdict label recorded by the probe, including the observed HTTP status.

conclusion String

Verdict phrase the probe concluded with.

playbook String

Explanation of how the probe reached its verdict.

steps [String]

Ordered steps the probe took while testing reachability.

response String

Application-layer response captured during the probe.

References

Fields with this object:

Last updated