Examples

GET /api/hosts/980190962/traces
200
{
  "total": 1,
  "subtotal": 1,
  "selectable": 1,
  "page": 1,
  "per_page": 20,
  "error": null,
  "search": null,
  "sort": {
    "by": "application",
    "order": "asc"
  },
  "results": [
    {
      "id": 1,
      "application": "scrumm",
      "helper": "agile",
      "restart_command": "agile",
      "app_type": "foo",
      "host_id": 980190962,
      "host": "host1.example.com",
      "reboot_required": false
    }
  ]
}

Params

Param name Description
host_id
required

ID of the host

Validations:

  • Must be a number.