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

    Health check logs information for monitoring disk usage.

    interface HealthCheckLogs {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.agentmanager.v1.HealthCheckLogs";
        directorySizeBytes: Long;
        mountpointTotalBytes: Long;
        [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.HealthCheckLogs"
    directorySizeBytes: Long

    Size of the healthcheck directory in bytes.

    mountpointTotalBytes: Long

    Total size of the healthcheck mountpoint in bytes.