KEDA CloudEventSource API
The CloudEventSource and ClusterCloudEventSource custom resources define HTTP or Azure Event Grid destinations where KEDA delivers CloudEvents when scaling events occur. Events follow the CloudEvents specification v1.0 and carry reason codes and messages for events such as ScalerError, ScaledObjectReady, ScaledObjectDeleted, and AuthenticationFailed. Optional event type filters allow consumers to subscribe to only the events they care about.
KEDA CloudEventSource API is one of 5 APIs that KEDA publishes on the APIs.io network, described by an AsyncAPI event-driven specification.
This API exposes 1 JSON Schema definition.
Tagged areas include CloudEvents, CRD, Events, Kubernetes, and Webhooks. The published artifact set on APIs.io includes API documentation, an AsyncAPI specification, and 1 JSON Schema.
This event API exposes 1 operation across 1 channel, and defines 8 schemas. It is described by AsyncAPI 2.6.0, at version 2.x.
The API connects through a single server, {sinkUrl} (https).
Metadata
The identity and technical contract details declared by the specification.
Channels & Operations 1
Across 1 channel, the API surfaces 1 operation. Each is listed below with its action, channel, parameters, and response codes.
Messages & Schemas 8
The contract defines 8 schemas that model the data carried by its messages. The most detailed are KedaCloudEvent (8 properties), KedaEventData (2 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable AsyncAPI contract behind this narrative.
Source
More from KEDA 4
Other APIs KEDA publishes across the network.