Download Linux Agent
Downloads the Linux agents.
This usually followed after calling the Get Agent Package for Linux API.
- To capture the agent file:Use the package name from the response headers with the specific header package-name. The content of the file is available in the response body.
- Create a file with the same name as provided in the header and then write the contents of the response body into the file.
Path Parameters
- tenantId
Describes the uuid of the tenant
- platform
The operating system on which you want to deploy the agent. Supported is LINUX
- Enum:
- LINUX
- package-name
Describes the supported linux flavour agent binary. /agents/{platform}/info to get the list of package names.
Responses
200OK
Loading Examples...