action wowza_usage_network_stream_sources_index {
label: "Fetch network usage for all stream sources"
description: "This operation shows the amount of network usage for all stream sources 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/stream_sources"
encoding: json
input: {
type: "object"
properties: {
from: {
type: "string"
}
to: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}