Wowza Community

Documentation for REST API VHost historic data structures

There are some topics and tutorials where historic data from REST API response has been explained but only ones related to machine, server and application monitoring. Is there any proper documentation for vhosts historic data?

Hi,

The Vhost historic monitoring returned by the REST API has the following field data definitions:

================================ 
getVhostMonitoringHistoric 
================================ 
the fields in the data array correspond to 
index 0 = Bandwidth Usage coming Into the vhost in KB/s (where 1024 bytes per KB) 
index 1 = Bandwidth Usage going out of the vhost in KB/s (where 1024 bytes per KB) 
index 2 = Total Connection Count in and out of the vhost

Michelle