action wowza_usage_network_transcoders_index {
label: "Fetch network usage for all transcoders"
description: "This operation shows the amount of network usage (egress) for 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/network/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
}
}