GET
/
api
/
agent-manager
/
agent-by-hostname
{
  "ip": "<string>",
  "hostname": "<string>",
  "os": "<string>",
  "status": "ONLINE",
  "platform": "<string>",
  "version": "<string>",
  "agentKey": "<string>",
  "id": 123,
  "lastSeen": "<string>",
  "mac": "<string>",
  "osMajorVersion": "<string>",
  "osMinorVersion": "<string>",
  "aliases": "<string>",
  "addresses": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

hostname
string
required

Response

200 - */*

OK

The response is of type object.