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

    Interface CreateEventResult

    interface CreateEventResult {
        eventUrl: undefined | string;
        request: RequestEventParams;
        response: EventResponse;
    }
    Index

    Properties

    eventUrl: undefined | string

    URL of the created event in Datadog

    The original request parameters for the event

    response: EventResponse

    The response from the Datadog API