action wowza_specs { label: "Fetch Swagger information" description: "This operation shows the details of the Swagger specification.\n" provider: wowza method: GET path: "/api/v1/specs" encoding: json output: { type: "object" additionalProperties: true } }