updown.io
    Preparing search index...

    Interface RequestOptions

    interface RequestOptions {
        alias?: string;
        apdex_t?: number;
        "api-key"?: string;
        custom_headers?: CustomHeaders;
        disabled_locations?: string[];
        enabled?: boolean;
        from?: string;
        group?: MetricsGroup;
        http_body?: string;
        http_verb?: HttpVerb;
        metrics?: boolean;
        mute_until?: string;
        page?: number;
        period?: number;
        published?: boolean;
        recipients?: string[];
        string_match?: string;
        to?: string;
        type?: CheckType;
        url?: string;
    }
    Index

    Properties

    alias?: string
    apdex_t?: number
    "api-key"?: string
    custom_headers?: CustomHeaders
    disabled_locations?: string[]
    enabled?: boolean
    from?: string
    group?: MetricsGroup
    http_body?: string
    http_verb?: HttpVerb
    metrics?: boolean
    mute_until?: string
    page?: number
    period?: number
    published?: boolean
    recipients?: string[]
    string_match?: string
    to?: string
    type?: CheckType
    url?: string