Meshpocalypse Semantic
    Preparing search index...

    Interface HealthResponse

    Shape returned by GET /mesh/health

    interface HealthResponse {
        agentId: string;
        graphOnline: boolean;
        status: "ok";
        uptime: number;
    }
    Index

    Properties

    agentId: string
    graphOnline: boolean
    status: "ok"
    uptime: number