Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§
availableVersion?: string
[src]

Optional. The available version of the agent in artifact registry.

§
hanaMonitoring?: ServiceStates
[src]

Optional. HANA monitoring metrics of the agent.

§
installedVersion?: string
[src]

Optional. The installed version of the agent on the host.

§
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.