action wowza_list_live_streams { label: "Fetch all live streams" description: "This operation shows the details of all of your live streams." provider: wowza method: GET path: "/live_streams" encoding: json output: { type: "object" additionalProperties: true } }