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

    Request message for GetVersion RPC containing agent status and system information.

    interface GetVersionRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.agentmanager.v1.GetVersionRequest";
        agentState: AgentState;
        agentStateMessages: string[];
        agentUptime?: Duration;
        agentVersion: string;
        cloudInitStatus: string;
        dcgmVersion: string;
        gpuModel: string;
        gpuNumber: number;
        instanceId: string;
        instanceIdUsedFallback: boolean;
        lastAgentLogs: string;
        lastUpdateError: string;
        mk8sClusterId: string;
        modulesHealth?: ModulesHealth;
        osInfo?: OSInfo;
        parentId: string;
        systemUptime?: Duration;
        type: AgentType;
        updaterUptime?: Duration;
        updaterVersion: string;
        [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.GetVersionRequest"
    agentState: AgentState

    Current operational state of the agent.

    agentStateMessages: string[]

    Status messages from the agent describing its current state.

    agentUptime?: Duration

    Time duration since the agent started.

    agentVersion: string

    Current version of the agent software.

    cloudInitStatus: string

    Status of cloud initialization process.

    dcgmVersion: string

    Version of the DCGM (Data Center GPU Manager) used.

    gpuModel: string

    Model of the GPU used in the system.

    gpuNumber: number

    Number of GPUs available in the system.

    instanceId: string

    Unique identifier for the instance where agent is running.

    instanceIdUsedFallback: boolean

    Indicates if a fallback method was used to determine instance_id.

    lastAgentLogs: string

    Recent agent log entries for diagnostic purposes.

    lastUpdateError: string

    Description of the last update failure, if any.

    mk8sClusterId: string

    Managed Kubernetes cluster identifier, if applicable.

    modulesHealth?: ModulesHealth

    Health status of individual agent modules.

    osInfo?: OSInfo

    Detailed information about the operating system.

    parentId: string

    Parent identifier for the VM

    systemUptime?: Duration

    Total system uptime.

    type: AgentType

    Type of the agent. Must be O11Y_AGENT (1).

    updaterUptime?: Duration

    Time duration since the updater component started.

    updaterVersion: string

    Version of the updater component.