Download Linux Agent

Downloads the Linux agents.

This usually followed after calling the Get Agent Package for Linux API.

  1. 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.
  2. 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

  • tenantIdstringrequired

    Describes the uuid of the tenant

  • platformstringrequired

    The operating system on which you want to deploy the agent. Supported is LINUX

    Enum:
    LINUX
  • package-namestringrequired

    Describes the supported linux flavour agent binary. /agents/{platform}/info to get the list of package names.

Responses

200OK

Loading Examples...