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