Hosts
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/v2/hosts/{uid} HTTP/1.1
Accept: */*
{
"id": 1,
"name": "text",
"internal_ip": "text"
}GET /api/v2/hosts HTTP/1.1
Accept: */*
{
"records": [
{
"id": 1,
"name": "text",
"internal_ip": "text"
}
]
}GET /api/v2/hosts/{host_id}/processes/{uid} HTTP/1.1
Accept: */*
{
"process_id": 1,
"process_name": "text",
"host_id": 1,
"architecture": "text",
"user": "text",
"stale": true,
"agent_id": "text"
}GET /api/v2/hosts/{host_id}/processes HTTP/1.1
Accept: */*
{
"records": [
{
"process_id": 1,
"process_name": "text",
"host_id": 1,
"architecture": "text",
"user": "text",
"stale": true,
"agent_id": "text"
}
]
}