Channel Statistics
GET channels/statistics/meta
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns channel statistics meta data.
Resource URL
http://{host}/api/2.0/channels/statistics/meta/.format
Example Request
GET
GET channels/statistics
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of monitored channels main statistics.
Resource URL
http://{host}/api/2.0/channels/statistics/.format
Example Request
GET
GET channels/statistics/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a specific channel's statistics.
Resource URL
http://{host}/api/2.0/channels/statistics/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the specific channel. |
Example Request
GET
GET channels/statistics/bitrate/{ch_id}/{pid}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a data array of channel pid bitrates, specified by the required {id} parameter.
Resource URL
http://{host}/api/2.0/channels/statistics/bitrate/{ch_id}/{pid}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
ch_id | integer | The ID of the channel. |
pid | integer | PID number of the audio PID. |
Example Request
GET
GET channels/statistics/loudness/{ch_id}/{pid}/current
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns current immediate statistics of channel PID loudness data as defined by EBU R128.
Resource URL
http://{host}/api/2.0/channels/statistics/loudness/{ch_id}/{pid}/current/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
ch_id | integer | The ID of the channel. |
pid | integer | PID number of the audio PID. |
Example Request
GET
GET channels/statistics/loudness/{ch_id}/{pid}/hourly/from:{start_time}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns hourly statistics of channel PID loudness data as defined by EBU R128. Each entry represents one hour, starting from timestamp specified in start_time parameter.
Resource URL
http://{host}/api/2.0/channels/statistics/loudness/{ch_id}/{pid}/hourly/from:{start_time}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
ch_id | integer | The ID of the channel. |
pid | integer | PID number of the audio PID. |
start_time | timestamp | Specifies the starting timestamp from where to start the data list. The value "0" will give data from last reboot. |
Example Request
GET
GET channels/statistics/loudness/{ch_id}/{pid}/daily/from:{start_time}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns daily statistics of channel PID loudness data as defined by EBU R128.
Resource URL
http://{host}/api/2.0/channels/statistics/loudness/{ch_id}/{pid}/daily/from:{start_time}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
ch_id | integer | The ID of the channel. |
pid | integer | PID number of the audio PID. |
start_time | timestamp | Specifies the starting timestamp of the desired day. The value "0" will give data from last reboot. |
Example Request
GET
GET channels/statistics/videoBlocking/{ch_id}/{pid}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns channel's video blocking statistics.
Resource URL
http://{host}/api/2.0/channels/statistics/videoBlocking/{ch_id}/{pid}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
ch_id | integer | The ID of the channel. |
pid | integer | PID number of the video PID. |
Example Request
GET
GET channels/statistics/quantizers/{ch_id}/{pid}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns channel's average, minimum and maximum quantizers data.
Resource URL
http://{host}/api/2.0/channels/statistics/quantizers/{ch_id}/{pid}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
ch_id | integer | The ID of the channel. |
pid | integer | PID number of the video PID. |
Example Request
GET
GET channels/statistics/audio_pids_statistics
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of channels audio statistics. For each channel, the statistics includes bitrate and loudness information, codec type, language and cc_errors count.
Resource URL
http://{host}/api/2.0/channels/statistics/audio_pids_statistics/.format
Example Request
GET