action wowza_show_transcoder { label: "Fetch a transcoder" description: "This operation shows the details of a specific transcoder." provider: wowza method: GET path: "/transcoders/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }