| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentAIPostmortemResponse |
IncidentsApi.getIncidentAIPostmortem(String incidentId)
Get an AI-generated incident postmortem.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<IncidentAIPostmortemResponse> |
IncidentsApi.getIncidentAIPostmortemAsync(String incidentId)
Get an AI-generated incident postmortem.
|
ApiResponse<IncidentAIPostmortemResponse> |
IncidentsApi.getIncidentAIPostmortemWithHttpInfo(String incidentId)
Generate an AI postmortem for an incident.
|
CompletableFuture<ApiResponse<IncidentAIPostmortemResponse>> |
IncidentsApi.getIncidentAIPostmortemWithHttpInfoAsync(String incidentId)
Get an AI-generated incident postmortem.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentAIPostmortemResponse |
IncidentAIPostmortemResponse.data(IncidentAIPostmortemDataResponse data) |
IncidentAIPostmortemResponse |
IncidentAIPostmortemResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.