Deployment API - Download BOSH tarballs of specific version
Downloads BOSH release tarballs of the specified version, OneAgent included. You can fetch the list of available versions with the GET available versions of BOSH tarballs call.
For SaaS, the call is executed on an Environment ActiveGate. Be sure to use the base of an ActiveGate, not the environment.
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 |
version | string | The required version of the OneAgent in the You can retrieve the list of available versions with the GET available versions of BOSH tarballs call. | path | required |
skipMetadata | boolean | Set If not set, | query | optional |
networkZone | string | The network zone you want the result to be configured with. | query | optional |
Response
Response codes
Code | Description |
---|---|
200 | Success. The payload contains the BOSH release tarball file. |