sources

List the status of all Sources within a Pack

List status information and optional metrics for all configured Sources in the Worker Group or Edge Fleet within the specified Pack.

get/p/{pack}/system/status/inputs

Path parameters

packstring required

The <code>id</code> of the Pack to list.

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 list of Source status objects

countinteger

number of items present in the items array

Changes