action wowza_usage_network_stream_targets_index {
label: "Fetch network usage for all stream targets"
description: "This operation shows the amount of network usage for all stream targets in the account cumulatively and individually. 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_targets"
encoding: json
input: {
type: "object"
properties: {
from: {
type: "string"
}
to: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}