Download Windows Agent
This returns the octet-stream payload. Downloads the regular installer or proxy based installer.
Prescribed headers
- Content-Type: application/octet-stream
- Accept : application/octet-stream
Example urls:
- https://server/api/v2/tenants/client_id/agents/windows?agentType=MSI
- https://server/api/v2/tenants/client_id/agents/windows?agentType=EXE
- Default agentType = EXE i..e https://server/api/v2/tenants/client_id/agents/windows
- Values are case insensitive supports (exe or EXE)
- 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
- tenantId
ClientId of the tenant
Query Parameters
- agentType
Downloads the binary type of the agent installer
- Enum:
- EXEMSI
Default: EXE
- profileUUID
The gateway profile uuid
Responses
200OK
Loading Examples...