| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
EventCreateResponse |
EventsApi.createEvent(EventCreateRequest body)
Post an event.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EventCreateResponse> |
EventsApi.createEventAsync(EventCreateRequest body)
Post an event.
|
ApiResponse<EventCreateResponse> |
EventsApi.createEventWithHttpInfo(EventCreateRequest body)
This endpoint allows you to post events to the stream.
|
CompletableFuture<ApiResponse<EventCreateResponse>> |
EventsApi.createEventWithHttpInfoAsync(EventCreateRequest body)
Post an event.
|
| Modifier and Type | Method and Description |
|---|---|
EventCreateResponse |
EventCreateResponse.event(Event event) |
EventCreateResponse |
EventCreateResponse.status(String status) |
Copyright © 2023. All rights reserved.