Download Windows Agent

This returns the octet-stream payload. Downloads the regular installer or proxy based installer.

Prescribed headers

  1. Content-Type: application/octet-stream
  2. Accept : application/octet-stream

Example urls:

  1. https://server/api/v2/tenants/client_id/agents/windows?agentType=MSI
  2. https://server/api/v2/tenants/client_id/agents/windows?agentType=EXE
  3. Default agentType = EXE i..e https://server/api/v2/tenants/client_id/agents/windows
    • Values are case insensitive supports (exe or EXE)
  4. https://server/api/v2/tenants/client_id/agents/windows?agentType=MSI&profileUUID=5ea2df1f-287a-481d-b847-90a5cfedb674

Response payload:

Consists of the octet-stream of the agent installer in the requested format

Path Parameters

  • tenantIdstringrequired

    ClientId of the tenant

Query Parameters

  • agentTypestring

    Downloads the binary type of the agent installer

    Enum:
    EXEMSI

    Default: EXE

  • profileUUIDstring

    The gateway profile uuid

Responses

200OK

Loading Examples...