action wowza_list_stream_sources { label: "Fetch all stream sources" description: "This operation shows the details of all of your stream sources." provider: wowza method: GET path: "/stream_sources" encoding: json output: { type: "object" additionalProperties: true } }