node-opa
    Preparing search index...

    Interface GetStatusResponse

    interface GetStatusResponse {
        result: {
            bundles?: Record<string, any>;
            labels: Record<string, string>;
            metrics?: Record<string, any>;
            plugins?: Record<string, { state: string }>;
        };
    }
    Index

    Properties

    Properties

    result: {
        bundles?: Record<string, any>;
        labels: Record<string, string>;
        metrics?: Record<string, any>;
        plugins?: Record<string, { state: string }>;
    }