action wowza_usage_time_transcoders_index {
label: "Fetch stream processing time"
description: "This operation shows the amount of stream processing time used by all transcoders in the account. The default time frame is from the last billing date to the end of the current day."
provider: wowza
method: GET
path: "/usage/time/transcoders"
encoding: json
input: {
type: "object"
properties: {
billing_mode: {
type: "string"
}
from: {
type: "string"
}
to: {
type: "string"
}
transcoder_type: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}