action wowza_list_stream_targets { label: "Fetch all stream targets" description: "This operation lists the details of all of your stream targets." provider: wowza method: GET path: "/stream_targets" encoding: json output: { type: "object" additionalProperties: true } }