PUT /api/v1/agents/{AGENT_GUID}/metadata HTTP/1.1
Authorization: Bearer {JWT_TOKEN}
Content-Type: application/json
{
"username": "qweqweqwe",
"proc": "qweqweqwe",
"pid": 2222,
"workingDir": "qweqewqwe",
"os": 2,
"os_major": 2,
"os_minor": 2,
"ips": "qweqweqweqwe",
"hostname": "qweqweqweqew",
"customProperties": {
"hola3": "asd"
}
}