action wowza_show_player_state { label: "Fetch the state of a player" description: "This operation shows the current state of a player." provider: wowza method: GET path: "/players/{id}/state" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }