gives status of TMT ecosystem components(agents, sequence components and sequencers). It provides information about which agents are up and running, sequence components running on those agents and sequencer script loaded on sequence component.
AgentStatusResponse as Promise.
This API is used to kill component present on any machine and returns a promise of KillResponse.
Id of the component to be killed.
KillResponse as Promise
This API is used to spawn sequence component on agent machine and returns a promise of SpawnResponse.
The prefix of the agent machine where sequence component needs to be spawned.
The name of the component.
The OCS App version. default value is '3.0.0-M1'
SpawnResponse as Promise
This API is used to spawn sequence manager if not spawned already and returns a promise of SpawnResponse.
The prefix of the agent machine where sequence manager needs to be spawned.
The path of the observation mode config path which should be present on agent machine or on config server.
Boolean value to know if config file is present on local(agent) machine.
The sequence manager version. @default [3.0.0-M1]
SpawnResponse as Promise
Generated using TypeDoc
Agent Service provides method based API related to spawn sequence manager and sequence component, also to kill spawned components