GET /api/hosts/:host_id/traces
List services that need restarting on the host

Params

Param name Description
host_id
required

ID of the host

Validations:

  • Must be a number.


PUT /api/hosts/:host_id/traces/resolve
Resolve traces

Params

Param name Description
host_id
required

ID of the host

Validations:

  • Must be a number.

trace_ids
required

Array of Trace IDs

Validations:

  • Must be an array of any type