action wowza_list_players { label: "Fetch all players" description: "This operation shows the details of all of your players." provider: wowza method: GET path: "/players" encoding: json output: { type: "object" additionalProperties: true } }