Python
from gcore import Gcore client = Gcore( api_key="My API Key", ) vod_statistics_series = client.streaming.statistics.get_vod_transcoding_duration( from_="from", to="to", ) print(vod_statistics_series)
[ { "client": 123, "metrics": { "vod": [ 123 ] } } ]
Calculates time series of the transcoding time in minutes for all processed 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?