AgentStates
import type { AgentStates } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
Agent status.
interface AgentStates {
availableVersion?: string;
hanaMonitoring?: ServiceStates;
installedVersion?: string;
isFullyEnabled?: boolean;
processMetrics?: ServiceStates;
systemDiscovery?: ServiceStates;
}§Properties
§
hanaMonitoring?: ServiceStates
[src]Optional. HANA monitoring metrics of the agent.
§
isFullyEnabled?: boolean
[src]Optional. Whether the agent is fully enabled. If false, the agent is has some issues.
§
processMetrics?: ServiceStates
[src]Optional. The Process metrics of the agent.
§
systemDiscovery?: ServiceStates
[src]Optional. The System discovery metrics of the agent.