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