@nebius/js-sdk - v0.1.4
    Preparing search index...

    Health status information for all agent modules.

    interface ModulesHealth {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.agentmanager.v1.ModulesHealth";
        ciliumPipeline?: ModuleHealth;
        cpuPipeline?: ModuleHealth;
        gpuPipeline?: ModuleHealth;
        process?: ModuleHealth;
        vmappsPipeline?: ModuleHealth;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.logging.agentmanager.v1.ModulesHealth"
    ciliumPipeline?: ModuleHealth

    Health status of the Cilium pipeline module.

    cpuPipeline?: ModuleHealth

    Health status of the CPU pipeline module.

    gpuPipeline?: ModuleHealth

    Health status of the GPU pipeline module.

    process?: ModuleHealth

    Health status of the process module.

    vmappsPipeline?: ModuleHealth

    Health status of the VM applications pipeline module.