| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentV2DetailResponse |
FleetAutomationApi.getFleetDeploymentV2(String deploymentId)
Get a deployment by ID.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<FleetDeploymentV2DetailResponse> |
FleetAutomationApi.getFleetDeploymentV2Async(String deploymentId)
Get a deployment by ID.
|
ApiResponse<FleetDeploymentV2DetailResponse> |
FleetAutomationApi.getFleetDeploymentV2WithHttpInfo(String deploymentId)
Retrieve detailed information about a specific deployment, including its current status,
configuration operations, and per-host execution status.
|
CompletableFuture<ApiResponse<FleetDeploymentV2DetailResponse>> |
FleetAutomationApi.getFleetDeploymentV2WithHttpInfoAsync(String deploymentId)
Get a deployment by ID.
|
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentV2DetailResponse |
FleetDeploymentV2DetailResponse.data(FleetDeploymentV2Detail data) |
FleetDeploymentV2DetailResponse |
FleetDeploymentV2DetailResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.