v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Fleet Automation

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.

get/api/unstable/fleet/agent_versions

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "version": "7.50.0"
      },
      "id": "7.50.0",
      "type": "agent_version"
    }
  ]
}
All 1407 operations