action wowza_show_viewer_data_stream_target { label: "Fetch viewer data for a stream target" description: "This operation shows viewer data for a specific stream target. The default time frame is from the last billing date to the end of the current day." provider: wowza method: GET path: "/usage/viewer_data/stream_targets/{id}" encoding: json input: { type: "object" properties: { from: { type: "string" } id: { type: "string" } to: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }