Options
All
  • Public
  • Public/Protected
  • All
Menu

Admin service provides admin related APIs which includes logging APIs

interface

Hierarchy

  • AdminService

Index

Methods

  • Sets the current Lifecycle state of the given component(HCD, Assembly or Container) to Offline

    Parameters

    • componentId: ComponentId

      the component id of the component which needs to be offline

    Returns Promise<"Done">

    Done as promise

  • Sets the current Lifecycle state of the given component(HCD, Assembly or Container) to Online

    Parameters

    • componentId: ComponentId

      the component id of the component which needs to be offline

    Returns Promise<"Done">

    Done as promise

Generated using TypeDoc