Endpoint
/api/v2/tenants/{tenantId}/agents/{platform}/info
Path Parameters
tenantIdstring
platformstring
Operating system on which you want to deploy the agent.
Query Parameters
distNamestring
Distribution name of the operating system on which you want to deploy the agent.
architecturestring
64-bit and 32-bit operating system architectures. For Ubuntu distributions, use amd64 (64-bit) or i686 (32-bit) For all other distributions, use x86_64 (64-bit) or i386 (32-bit)
Responses
OK
checksumstring
downloadUrlstring
generationstring
namestring
sizeinteger
versionstring
{
"checksum": "\u003cchecksum\u003e",
"downloadUrl": "\u003cdirect-s3-download-url\u003e",
"generation": "G2",
"name": "\u003cpackage-name\u003e",
"size": 1000,
"version": "\u003cagent-version\u003e"
}