Datadog Event API Documentation - v2.3.0
    Preparing search index...

    Interface RequestEventParams

    interface RequestEventParams {
        additionalProperties?: string;
        aggregationKey?: string;
        alertType?: string;
        dateHappened?: number;
        deviceName?: string;
        host?: string;
        priority?: string;
        relatedEventId?: string;
        sourceTypeName?: string;
        tags?: string[];
        text: string;
        title: string;
    }
    Index

    Properties

    additionalProperties?: string

    Additional properties for the event in JSON format

    aggregationKey?: string

    Optional aggregation key to group events together

    alertType?: string

    Type of alert (e.g., "error", "warning", "info")

    dateHappened?: number

    Timestamp of the event

    deviceName?: string

    Name of the device associated with the event

    host?: string

    Host associated with the event

    priority?: string

    Priority of the event (e.g., "normal", "low")

    relatedEventId?: string

    ID of a related event

    sourceTypeName?: string

    Source type name for the event

    tags?: string[]

    Tags associated with the event

    text: string

    Text description of the event

    title: string

    Title of the event