Gets the list of available OneAgent versions for BOSH release tarballs.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/deployment/boshrelease/versions/{osType} |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/deployment/boshrelease/versions/{osType} |
To execute this request, you need an access token with InstallerDownload
scope.
To learn how to obtain and use it, see Tokens and authentication.
The operating system of the installer.
windows
unix
BoshReleaseAvailableVersions
objectA list of available OneAgent versions for BOSH release tarballs.
A list of available OneAgent versions for BOSH release tarballs.
{"availableVersions": ["string"]}