• Home
  • Dynatrace API
  • Environment
  • Deployment
  • BOSH tarballs
  • GET available versions

Deployment API - GET available versions of BOSH tarballs

Gets the list of available OneAgent versions for BOSH release tarballs.

The request produces an application/json payload.

GETManagedDynatrace for Governmenthttps://{your-domain}/e/{your-environment-id}/api/v1/deployment/boshrelease/versions/{osType}
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v1/deployment/boshrelease/versions/{osType}
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v1/deployment/boshrelease/versions/{osType}

Authentication

To execute this request, you need an access token with InstallerDownload scope.

To learn how to obtain and use it, see Tokens and authentication.

Parameters

ParameterTypeDescriptionInRequired
osTypestring

The operating system of the installer.

The element can hold these values
  • windows
  • unix
pathrequired

Response

Response codes

CodeTypeDescription
200BoshReleaseAvailableVersions

Success

Response body objects

The BoshReleaseAvailableVersions object

A list of available OneAgent versions for BOSH release tarballs.

ElementTypeDescription
availableVersionsstring[]

A list of available OneAgent versions for BOSH release tarballs.

Response body JSON model

json
{ "availableVersions": [ "string" ] }