| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentResponse |
IncidentsApi.createIncident(IncidentCreateRequest body)
Create an incident.
|
IncidentResponse |
IncidentsApi.getIncident(String incidentId)
Get the details of an incident.
|
IncidentResponse |
IncidentsApi.getIncident(String incidentId,
IncidentsApi.GetIncidentOptionalParameters parameters)
Get the details of an incident.
|
IncidentResponse |
IncidentsApi.updateIncident(String incidentId,
IncidentUpdateRequest body)
Update an existing incident.
|
IncidentResponse |
IncidentsApi.updateIncident(String incidentId,
IncidentUpdateRequest body,
IncidentsApi.UpdateIncidentOptionalParameters parameters)
Update an existing incident.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentResponse |
IncidentResponse.data(IncidentResponseData data) |
IncidentResponse |
IncidentResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.