provider Fleet Automation GET /api/unstable/fleet/agent_versions
@utdk/datadog /api/unstable/fleet/agent_versions
List all available Agent versions
Retrieve a list of all available Datadog Agent versions. This endpoint returns the available Agent versions that can be deployed to your fleet. These versions are used when creating deployments or configuring schedules for automated Agent upgrades.

Try it

Authentication
Configure credentials for Datadog API V2 Collection
listfleetagentversions
GET/api/unstable/fleet/agent_versions
Retrieve a list of all available Datadog Agent versions. This endpoint returns the available Agent versions that can be deployed to your fleet. These versions are used when creating deployments or configuring schedules for automated Agent upgrades.

This operation has no parameters.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.listfleetagentversions()