Python
from gcore import Gcore client = Gcore( api_key="My API Key", ) vod_statistics_series = client.streaming.statistics.get_vod_storage_volume( from_="from", to="to", ) print(vod_statistics_series)
[ { "client": 123, "metrics": { "vod": [ 123 ] } } ]
Calculates time series of the duration in minutes for all processed and undeleted client videos.
The data is updated every 8 hours, it does not make sense to set the granulation less than 1 day.
Show child attributes
Was this page helpful?