| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SignalEntitiesResponse |
SecurityMonitoringApi.getSignalEntities(String signalId)
Get entities related to a signal.
|
SignalEntitiesResponse |
SecurityMonitoringApi.getSignalEntities(String signalId,
SecurityMonitoringApi.GetSignalEntitiesOptionalParameters parameters)
Get entities related to a signal.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SignalEntitiesResponse> |
SecurityMonitoringApi.getSignalEntitiesAsync(String signalId)
Get entities related to a signal.
|
CompletableFuture<SignalEntitiesResponse> |
SecurityMonitoringApi.getSignalEntitiesAsync(String signalId,
SecurityMonitoringApi.GetSignalEntitiesOptionalParameters parameters)
Get entities related to a signal.
|
ApiResponse<SignalEntitiesResponse> |
SecurityMonitoringApi.getSignalEntitiesWithHttpInfo(String signalId,
SecurityMonitoringApi.GetSignalEntitiesOptionalParameters parameters)
Get the list of entities related to a security signal, captured at the signal's timestamp.
|
CompletableFuture<ApiResponse<SignalEntitiesResponse>> |
SecurityMonitoringApi.getSignalEntitiesWithHttpInfoAsync(String signalId,
SecurityMonitoringApi.GetSignalEntitiesOptionalParameters parameters)
Get entities related to a signal.
|
| Modifier and Type | Method and Description |
|---|---|
SignalEntitiesResponse |
SignalEntitiesResponse.data(SignalEntitiesData data) |
SignalEntitiesResponse |
SignalEntitiesResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.