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.
GET |
|
Authentication
To execute this request, you need the PaaS token (InstallerDownload
) of your environment. To learn how to obtain and use it, see Access tokens.
Parameters
Parameter | Type | Description | In | Required |
---|---|---|---|---|
osType | string |
The operating system of the installer. |
path | required |
Response
Response codes
Code | Description |
---|---|
200 | Success |
Response body
The BoshReleaseAvailableVersions object
A list of available OneAgent versions for BOSH release tarballs.
Element | Type | Description |
---|---|---|
availableVersions | string[] | A list of available OneAgent versions for BOSH release tarballs. |
{
"availableVersions": [
"string"
]
}