Name of observation mode.
ConfigureResponse as Promise.
Returns all observing modes with their status, resources and sequencers
ObsModesDetailsResponse.
gives status of all resources. It provides status of each resource (Available , InUse) and obsMode if the resource is in use.
ResourcesStatusResponse as Promise.
shutdown all the running sequence components and provisions the new one in accordance with the provided config.
ProvisionConfig containing list of AgentProvisionConfig.
ProvisionResponse as Promise.
re-start the existing running sequencer for given subsystem and observing mode.
The subsystem of the sequencer to be started.
The obsMode of the sequencer to be started.
The optional variation part of the sequencer to be started.
RestartSequencerResponse as Promise.
shutdowns all the running sequence components.
ShutdownSequenceComponentResponse as Promise.
shutdowns all the running sequencers.
ShutdownSequencersResponse as Promise.
shutdowns all the running sequencers found for given observation mode.
The observation mode.
ShutdownSequencersResponse as Promise.
shutdowns running sequence component of given prefix.
The prefix of the sequence component
ShutdownSequenceComponentResponse as Promise.
shutdowns the running sequencer found for given subsystem and observing mode.
The subsystem of the sequencer to be started.
The obsMode of the sequencer to be started.
The optional variation part of the sequencer to be started.
ShutdownSequencersResponse as Promise.
shutdowns all the running sequencers found for given subsystem.
The subsystem.
ShutdownSequencersResponse as Promise.
starts a sequencer for given subsystem and observing mode. It starts a sequencer on an available sequence component for given subsystem.
The subsystem of the sequencer to be started.
The obsMode of the sequencer to be started.
The optional variation part of the sequencer to be started.
StartSequencerResponse as Promise.
Generated using TypeDoc
For given observation mode, if all the required resources are available, this API will start all the required sequencers.