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