uptime-robot-v3
    Preparing search index...

    Interface PagerDutyDataInternal

    interface PagerDutyData {
        autoResolve?: boolean;
        enableNotificationsFor?: NotifcationLevel;
        friendlyName?: string;
        integrationKey?: string;
        location?: PagerDutyLocation;
        sslExpirationReminder?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoResolve?: boolean
    enableNotificationsFor?: NotifcationLevel
    friendlyName?: string
    integrationKey?: string
    sslExpirationReminder?: boolean