Endpoint
/api/v2/tenants/{tenantId}/agents/{platform}/info
Path Parameters
tenantId
string

platform
string

Operating system on which you want to deploy the agent.

Query Parameters
distName
string

Distribution name of the operating system on which you want to deploy the agent.

architecture
string

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

checksum
string

downloadUrl
string

generation
string

name
string

size
integer

version
string

{
  "checksum": "\u003cchecksum\u003e",
  "downloadUrl": "\u003cdirect-s3-download-url\u003e",
  "generation": "G2",
  "name": "\u003cpackage-name\u003e",
  "size": 1000,
  "version": "\u003cagent-version\u003e"
}