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
To execute this request, you need the PaaS token (InstallerDownload) of your environment. To learn how to obtain and use it, see Access tokens.
| Parameter | Type | Description | In | Required |
|---|---|---|---|---|
| osType | string | The operating system of the installer. The element can hold these values
| 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 |
| Code | Type | Description |
|---|---|---|
| 200 | string | Success. The payload contains the BOSH release tarball file. |
| 4XX | Error | Client side error. |
| 5XX | Error | Server side error. |
ResponseBody objectErrorEnvelope object| Element | Type | Description |
|---|---|---|
| error | Error | - |
Error object| Element | Type | Description |
|---|---|---|
| code | integer | The HTTP status code |
| constraintViolations | Constraint | A list of constraint violations |
| message | string | The error message |
ConstraintViolation objectA list of constraint violations
| Element | Type | Description |
|---|---|---|
| location | string | - |
| message | string | - |
| parameterLocation | string | -The element can hold these values
|
| path | string | - |
{"error": {"code": 1,"constraintViolations": [{"location": "string","message": "string","parameterLocation": "HEADER","path": "string"}],"message": "string"}}