| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentPageUUIDResponse |
IncidentsApi.createOnCallPageFromIncident(String incidentId,
IncidentCreateOnCallPageRequest body)
Create an on-call page from an incident.
|
CompletableFuture<IncidentPageUUIDResponse> |
IncidentsApi.createOnCallPageFromIncidentAsync(String incidentId,
IncidentCreateOnCallPageRequest body)
Create an on-call page from an incident.
|
ApiResponse<IncidentPageUUIDResponse> |
IncidentsApi.createOnCallPageFromIncidentWithHttpInfo(String incidentId,
IncidentCreateOnCallPageRequest body)
Create an on-call page directly from an incident.
|
CompletableFuture<ApiResponse<IncidentPageUUIDResponse>> |
IncidentsApi.createOnCallPageFromIncidentWithHttpInfoAsync(String incidentId,
IncidentCreateOnCallPageRequest body)
Create an on-call page from an incident.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentCreateOnCallPageRequest |
IncidentCreateOnCallPageRequest.data(IncidentCreateOnCallPageDataRequest data) |
IncidentCreateOnCallPageRequest |
IncidentCreateOnCallPageRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.