API implements the API facade used by the machine undertaker.

Hierarchy

  • default

Implements

Constructors

Properties

NAME: string = "MachineUndertaker"
VERSION: number = 1
_transport: Transport
NAME: string = "MachineUndertaker"
VERSION: number = 1

Methods

  • AllMachineRemovals returns tags for all of the machines that have been marked for removal in the requested model.

    Parameters

    Returns Promise<EntitiesResults>

  • CompleteMachineRemovals removes the specified machines from the model database. It should only be called once any provider-level cleanup has been done for those machines.

    Parameters

    Returns Promise<any>

  • WatchMachineRemovals returns a watcher that will signal each time a machine is marked for removal.

    Parameters

    Returns Promise<NotifyWatchResults>

Generated using TypeDoc