action wowza_show_live_stream_stats { label: "Fetch metrics for an active live stream" description: "This operation returns a hash of metrics keys, each of which identifies a status, text description, unit, and value." provider: wowza method: GET path: "/live_streams/{id}/stats" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }