@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface NnnHealthStatus

    interface NnnHealthStatus {
        agents: number;
        checks: {
            db: "ok" | "error";
            kv: "ok" | "error";
            queues: "ok" | "error";
            r2: "ok" | "error";
        };
        environment: string;
        status: "ok"
        | "degraded";
        timestamp: string;
    }
    Index

    Properties

    agents: number
    checks: {
        db: "ok" | "error";
        kv: "ok" | "error";
        queues: "ok" | "error";
        r2: "ok" | "error";
    }
    environment: string
    status: "ok" | "degraded"
    timestamp: string