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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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.

Enter a gateway URL above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

await datadog.listfleetagentversions()