action wowza_list_player_urls { label: "Fetch all player URLs" description: "This operation shows the details of all player URLs." provider: wowza method: GET path: "/players/{player_id}/urls" encoding: json input: { type: "object" properties: { player_id: { type: "string" } } required: ["player_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }