Deployment API - GET the latest version of OneAgent
Gets the latest available version number of OneAgent.
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 |
installerType | string |
The type of the installer:
|
path | required |
flavor | string |
The flavor of your Linux distribution. Set Only applicable to the |
query | optional |
arch | string |
The architecture of your OS:
Only applicable to the |
query | optional |
bitness | string |
The bitness of your OS. Must be supported by the OS. Only applicable to the |
query | optional |
Response
Response codes
Code | Description |
---|---|
200 | Success |
Response body
The InstallerMetaInfoDto object
Element | Type | Description |
---|---|---|
latestAgentVersion | string |
{
"latestAgentVersion": "string"
}