uptime-robot-v3
    Preparing search index...

    Interface Incident

    interface Incident {
        cause?: number;
        commentsCount?: number;
        duration?: number;
        id: string;
        includeInReports?: boolean;
        monitor?: Monitor;
        reason?: string;
        resolvedAt?: string;
        rootCause?: {
            httpResponseCode?: number;
            requestHeaders?: string | Record<string, string>;
            responseDownloadUrl?: string;
            responseHeaders?: string | Record<string, string>;
            url?: string;
        };
        startedAt?: string;
        status?: any;
        type?: string;
    }
    Index

    Properties

    cause?: number
    commentsCount?: number
    duration?: number
    id: string
    includeInReports?: boolean
    monitor?: Monitor
    reason?: string
    resolvedAt?: string
    rootCause?: {
        httpResponseCode?: number;
        requestHeaders?: string | Record<string, string>;
        responseDownloadUrl?: string;
        responseHeaders?: string | Record<string, string>;
        url?: string;
    }
    startedAt?: string
    status?: any
    type?: string