uptime-robot-v3
    Preparing search index...

    Interface MonitorPayload

    interface MonitorPayload {
        assignedAlertContacts?: {
            alertContactId: number;
            recurrence: number;
            threshold: number;
        }[];
        authType?: AuthType;
        checkSSLErrors?: boolean;
        config?: DnsMonitorConfig
        | ApiMonitorConfig;
        customHttpHeaders?: Record<string, string>;
        domainExpirationReminder?: boolean;
        followRedirections?: boolean;
        friendlyName?: string;
        gracePeriod?: number;
        groupId?: number;
        httpMethodType?: HTTPMethod;
        httpPassword?: string;
        httpUsername?: string;
        interval?: number;
        keywordCaseType?: 0 | 1;
        keywordType?: KeywordType;
        keywordValue?: string;
        maintenanceWindowsIds?: number[];
        port?: number;
        postValueData?: string;
        postValueType?: PostValueType;
        regionalData?: RegionalData;
        responseTimeThreshold?: number;
        sslExpirationReminder?: boolean;
        successHttpResponseCodes?: string[];
        tagNames?: string[];
        timeout?: number;
        type?: MonitorType;
        url?: string;
    }
    Index

    Properties

    assignedAlertContacts?: {
        alertContactId: number;
        recurrence: number;
        threshold: number;
    }[]
    authType?: AuthType
    checkSSLErrors?: boolean
    customHttpHeaders?: Record<string, string>
    domainExpirationReminder?: boolean
    followRedirections?: boolean
    friendlyName?: string
    gracePeriod?: number
    groupId?: number
    httpMethodType?: HTTPMethod
    httpPassword?: string
    httpUsername?: string
    interval?: number
    keywordCaseType?: 0 | 1
    keywordType?: KeywordType
    keywordValue?: string
    maintenanceWindowsIds?: number[]
    port?: number
    postValueData?: string
    postValueType?: PostValueType
    regionalData?: RegionalData
    responseTimeThreshold?: number
    sslExpirationReminder?: boolean
    successHttpResponseCodes?: string[]
    tagNames?: string[]
    timeout?: number
    url?: string