kea-client
    Preparing search index...

    Class KeaClient

    Thin typed client for the Kea Control Agent HTTP command API. See https://kea.readthedocs.io/en/latest/arm/ctrl-channel.html

    Index
    configBackend: ConfigBackendResource
    • Sends a raw command and returns every response entry unwrapped, one per targeted service, without throwing on individual failures. Use this for commands issued against multiple service targets at once; prefer the typed resource methods (client.lease, client.subnet, ...) otherwise.

      Type Parameters

      • TResult = unknown
      • TArgs = unknown

      Parameters

      • command: string
      • Optionalargs: TArgs
      • Optionalservice: string[]

      Returns Promise<KeaResponse<TResult>[]>