| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LogsAggregateResponse |
LogsApi.aggregateLogs(LogsAggregateRequest body)
Aggregate events.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LogsAggregateResponse> |
LogsApi.aggregateLogsAsync(LogsAggregateRequest body)
Aggregate events.
|
ApiResponse<LogsAggregateResponse> |
LogsApi.aggregateLogsWithHttpInfo(LogsAggregateRequest body)
The API endpoint to aggregate events into buckets and compute metrics and timeseries.
|
CompletableFuture<ApiResponse<LogsAggregateResponse>> |
LogsApi.aggregateLogsWithHttpInfoAsync(LogsAggregateRequest body)
Aggregate events.
|
| Modifier and Type | Method and Description |
|---|---|
LogsAggregateResponse |
LogsAggregateResponse.data(LogsAggregateResponseData data) |
LogsAggregateResponse |
LogsAggregateResponse.meta(LogsResponseMetadata meta) |
LogsAggregateResponse |
LogsAggregateResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.