@truenas/api-client
    Preparing search index...

    Interface AlertServiceEntry

    interface AlertServiceEntry {
        attributes:
            | v25_10_0.AWSSNSServiceModel
            | v25_10_0.InfluxDBServiceModel
            | v25_10_0.MailServiceModel
            | v25_10_0.MattermostServiceModel
            | v25_10_0.OpsGenieServiceModel
            | v25_10_0.PagerDutyServiceModel
            | v25_10_0.SlackServiceModel
            | v25_10_0.SNMPTrapServiceModel
            | v25_10_0.TelegramServiceModel
            | v25_10_0.VictorOpsServiceModel;
        enabled?: boolean;
        id: number;
        level: v25_10_0.Level;
        name: string;
        type__title: string;
    }
    Index
    enabled?: boolean
    id: number
    name: string
    type__title: string