ArchAstro. SDK. Types. AgentHealth
(archastro v0.3.4)
Copy Markdown
Aggregate health profile for an agent, summarizing its current operational status, score, and the full list of setup and health actions.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.AgentHealth{ activity: %{optional(String.t()) => ArchAstro.SDK.JSON.t()}, agent: ArchAstro.SDK.Types.Agent.t(), checked_at: DateTime.t(), checks: [%{optional(String.t()) => ArchAstro.SDK.JSON.t()}], counts: %{optional(String.t()) => ArchAstro.SDK.JSON.t()}, health_actions: [ArchAstro.SDK.Types.AgentHealthAction.t()], recent: %{optional(String.t()) => ArchAstro.SDK.JSON.t()}, score: integer(), status: String.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()