action wowza_show_live_stream_thumbnail_url { label: "Fetch the thumbnail URL of a live stream" description: "This operation shows the thumbnail URL of a started live stream." provider: wowza method: GET path: "/live_streams/{id}/thumbnail_url" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }