| 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.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
EventCreateResponse |
EventCreateResponse.status(String status) |
Copyright © 2024. All rights reserved.