GeoLeaf Core API - v3.0.0
    Preparing search index...

    Interface IControllerHealthStatus

    Runtime health object aggregated by APIController.

    interface IControllerHealthStatus {
        managers: number;
        errors: IHealthError[];
        lastUpdate: string | null;
    }
    Index

    Properties

    managers: number

    Count of successfully loaded managers.

    errors: IHealthError[]
    lastUpdate: string | null