v1
latestSwagger 2.02026-08-0484141342.3 KBAgents
# Agent Detail
Agent Detail; Agent Name, Agent Status, Agent Type, Agent Created Time, Agent Platform, Agent Mitigation Devices, Agent Attack Modules
get/v1/agents/{Id}
Path parameters
Idinteger required
Agent ID (URI parameter)
Response
AgentDetailReturnSwagger
Example response
{
"Agent": {
"affected_platforms": [
{
"architecture": "32-bit",
"name": "Windows Server 2022"
}
],
"attack_modules": [
{
"name": "File Download"
}
],
"created_at": 1650284604358,
"devices": [
{
"name": "FortiWeb",
"product_platform": "FGWVM",
"product_version": "6.3.7"
}
],
"id": 1,
"ip": "1.1.1.1",
"name": "Agent-1",
"nat_ip": "0.0.0.0",
"platform_architecture": "64-bit",
"platform_name": "Windows 10",
"status": "alive | dead | expired",
"type": "QuickEmail | Browser | Installable Agent | Windows | Linux | MacOS",
"version": "3.4.0.0"
}
}