| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentIntegrationMetadataResponse |
IncidentsApi.createIncidentServiceNowRecord(String incidentId,
IncidentServiceNowRecordRequest body)
Create an incident ServiceNow record.
|
CompletableFuture<IncidentIntegrationMetadataResponse> |
IncidentsApi.createIncidentServiceNowRecordAsync(String incidentId,
IncidentServiceNowRecordRequest body)
Create an incident ServiceNow record.
|
ApiResponse<IncidentIntegrationMetadataResponse> |
IncidentsApi.createIncidentServiceNowRecordWithHttpInfo(String incidentId,
IncidentServiceNowRecordRequest body)
Create a ServiceNow record for an incident.
|
CompletableFuture<ApiResponse<IncidentIntegrationMetadataResponse>> |
IncidentsApi.createIncidentServiceNowRecordWithHttpInfoAsync(String incidentId,
IncidentServiceNowRecordRequest body)
Create an incident ServiceNow record.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentServiceNowRecordRequest |
IncidentServiceNowRecordRequest.data(IncidentServiceNowRecordDataRequest data) |
IncidentServiceNowRecordRequest |
IncidentServiceNowRecordRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.