Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

AgentManager UPDATE Action

Sam Betts edited this page Mar 17, 2014 · 1 revision

Update a specific agent's information.

Request

{ 
  "UUID": "6db37732-e8e4-45fe-9315-86255fcadd77", 
  "METADATA": {"name": "syslogwatcher"}
}

Response (only if called from RPC)

{
  "agent" : { 
    "AUTHENTICATED": false, 
    "UUID": "6db37732-e8e4-45fe-9315-86255fcadd77", 
    "TIMESTAMP": "2014-03-17 12:29:43+00:00", 
    "BOUND": false, 
    "DEAD": false, 
    "QUEUE": "amq.gen-Q9uB0YcQHlP4OBmpOROBlC", 
    "HEARTBEAT": 1395059383.541773, 
    "METADATA": {}
  }
}