@maschinenlesbar.org/ckan-cli
    Preparing search index...

    Interface PortalCheck

    The outcome of checkPortal.

    interface PortalCheck {
        ckanVersion: string | null;
        datasets: number | null;
        problem: string | null;
        siteTitle: string | null;
        siteUrl: string | null;
        working: boolean;
    }
    Index
    ckanVersion: string | null

    From status_show, which some portals lock (Berlin): then null.

    datasets: number | null
    problem: string | null

    A short reason when not working, e.g. HTTP 404, host not found.

    siteTitle: string | null
    siteUrl: string | null
    working: boolean