@digitalocean/dots - v1.0.1
    Preparing search index...
    interface WithAlert_PutRequestBody {
        additionalData?: Record<string, unknown>;
        comparison?: null | Alert_updatable_comparison;
        name?: null | string;
        notifications?: null | Notification;
        period?: null | Alert_updatable_period;
        threshold?: null | number;
        type?: null | Alert_updatable_type;
    }

    Hierarchy

    • Alert_updatable
    • Parsable
      • WithAlert_PutRequestBody
    Index

    Properties

    additionalData?: Record<string, unknown>

    Gets the additional data for this object that did not belong to the properties.

    The additional data for this object.

    comparison?: null | Alert_updatable_comparison

    The comparison operator used against the alert's threshold.

    name?: null | string

    A human-friendly display name.

    notifications?: null | Notification

    The notification settings for a trigger alert.

    period?: null | Alert_updatable_period

    Period of time the threshold must be exceeded to trigger the alert.

    threshold?: null | number

    The threshold at which the alert will enter a trigger state. The specific threshold is dependent on the alert type.

    type?: null | Alert_updatable_type

    The type of alert.