Home > @activeviam/activeui-sdk > AgentsApi
AgentsApi interface
Signature:
export interface AgentsApi
Properties
Property | Type | Description |
---|---|---|
all | () => Promise<ActiveMonitorAgentMap> | Sends a discovery to the ActiveMonitor Server to get the available ActiveMonitor agents. Returns the promise for the discovery, with the list of agents on success |
get | (a: string) => Promise<ActiveMonitorAgent> | Gets an agent details given its name. Returns a promise with agent details |