Get Agent Package Details
Gets the details of agent package names. This is usually followed by an API call to download agent. Response JSON payload contains package name, package size, package checksum based on the platform on which agent gets installed.
get
/api/v2/tenants/{tenantId}/agents/{platform}/info
Path Parameters
- tenantId
Describes the uuid of the tenant
- platform
Operating system on which you want to deploy the agent.
- Enum:
- LINUXWINDOWS
Query Parameters
- distName
Distribution name of the operating system on which you want to deploy the agent. For windows platform use MSIInstaller,windows
- Enum:
- ubunturedhatamazonfedoraslesfreebsd10freebsd11freebsd12MSIInstallerwindows
- architecture
64-bit and 32-bit operating system architectures. For Ubuntu distributions, use amd64 (64-bit) or i686 (32-bit)For all other distributions including windows, use x86_64 (64-bit) or i386 (32-bit). For freebsd10, freebsd11 and freebsd12 use amd64 only.
- Enum:
- amd64i686x86_64i386
00