v1

latestSwagger 2.02026-08-0484141342.3 KB
Agents

# Download Link

Returns the download link for the given agent type and variant. Variants can be portable or installable for windows agent type, 32bit or 64bit for linux agent type and apple or intel for macos agent type.

get/v1/agents/download-link

Query parameters

agent_typestring required
variantstring required

Response

GetSimAgentDownloadLinkResponse

linkstring

Link

short_urlstring

ShortURL

versionstring

Version

Example response

{
  "link": "\"https://download.picusnext.com/agents/windows/portable/1.0.0.0/picus-agent-windows-portable-1.0.0.0.exe\"",
  "short_url": "https://cutt.ly/1234567890",
  "version": "1.2"
}