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

    Interface CreateEventParams

    interface CreateEventParams {
        aggregationKey?: string;
        requests: RequestEventParams[];
    }
    Index

    Properties

    aggregationKey?: string

    Optional aggregation key to group events together

    requests: RequestEventParams[]

    Array of event requests to send to Datadog