Download Windows Agent
This returns the octet-stream payload.
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
Notes: Values are case insensitive supports (exe or EXE)
Response payload:
- Consists of the octet-stream of the agent installer in the requested format
get
/api/v2/tenants/{tenantId}/agents/windows
Path Parameters
- tenantId
ClientId of the tenant
Query Parameters
- agentType
Downloads the binary type of the agent installer
- Enum:
- EXEMSI
Default: EXE
00