public static class FleetAutomationApi.ListFleetDeploymentsV2OptionalParameters extends Object
| Constructor and Description |
|---|
ListFleetDeploymentsV2OptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
FleetAutomationApi.ListFleetDeploymentsV2OptionalParameters |
ascending(Boolean ascending)
Set ascending.
|
FleetAutomationApi.ListFleetDeploymentsV2OptionalParameters |
filter(String filter)
Set filter.
|
FleetAutomationApi.ListFleetDeploymentsV2OptionalParameters |
pageNumber(Long pageNumber)
Set pageNumber.
|
FleetAutomationApi.ListFleetDeploymentsV2OptionalParameters |
pageSize(Long pageSize)
Set pageSize.
|
FleetAutomationApi.ListFleetDeploymentsV2OptionalParameters |
sort(String sort)
Set sort.
|
public ListFleetDeploymentsV2OptionalParameters()
public FleetAutomationApi.ListFleetDeploymentsV2OptionalParameters pageSize(Long pageSize)
pageSize - Number of deployments to return per page. Maximum value is 100. (optional,
default to 10)public FleetAutomationApi.ListFleetDeploymentsV2OptionalParameters pageNumber(Long pageNumber)
pageNumber - Page number for pagination, starting at 0. (optional, default to 0)public FleetAutomationApi.ListFleetDeploymentsV2OptionalParameters sort(String sort)
sort - Field to sort results by (for example, start_date). Must be a
supported field name; unsupported values return a 400 error. (optional)public FleetAutomationApi.ListFleetDeploymentsV2OptionalParameters ascending(Boolean ascending)
ascending - Set to true to sort in ascending order. This setting has no
effect unless sort is also set. Defaults to descending order. (optional)public FleetAutomationApi.ListFleetDeploymentsV2OptionalParameters filter(String filter)
filter - Query used to filter deployments. Uses the Datadog query syntax. Filtering on
an unsupported field returns a 400 error. For example: - status:failed or
status:done_with_errors: deployments that need investigation. -
status:running: deployments currently in flight. -
update_type:update_package or update_type:update_config_operations:
deployments of a given type. (optional)Copyright © 2026. All rights reserved.