sources

Get the status of a Source

Get the status and optional metrics for the specified Source.

get/system/status/inputs/{id}

Path parameters

idstring required

The <code>id</code> of the Source to get the status for.

Query parameters

metricsboolean

Set to <code>true</code> to include metrics for each Source. Otherwise, <code>false</code> (default).

typeboolean

Set to <code>true</code> to prefix the Source <code>id</code> with the Source type. Otherwise, <code>false</code> (default).

Response

a Source status object

countinteger

number of items present in the items array

Changes