ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > AgentsApi

AgentsApi interface

Signature:

export interface AgentsApi 

Properties

PropertyTypeDescription
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
  • AgentsApi interface
  • Properties
Copyright © 2023 ActiveViam