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