Fetches the current Lifecycle state of the given Assembly or HCD
the component id of the component whose lifecycle state needs to be fetched
SupervisorLifecycleState as promise
Fetches the current Lifecycle state of the given container
the prefix of the container whose lifecycle state needs to be fetched
ContainerLifecycleState as promise
Get basic logging configuration values of the component.
The component id of the component.
LogMetadata as promise
Sets the current Lifecycle state of the given component(HCD, Assembly or Container) to Offline
the component id of the component which needs to be offline
Done as promise
Sets the current Lifecycle state of the given component(HCD, Assembly or Container) to Online
the component id of the component which needs to be offline
Done as promise
Restarts the given component(HCD, Assembly or Container)
The component id of the component.
Done as promise
Set new log level of a component.
The component id of the component
Expected Log level for the component.
Done as promise
Shuts down the given component(HCD, Assembly or Container)
The component id of the component.
Done as promise
Generated using TypeDoc
Admin service provides admin related APIs which includes logging APIs