Cloud-Events annehmen
Accepts CloudEvents in binary, structured, or batched mode according to CloudEvents HTTP Protocol Binding v1.0.2. In binary mode, metadata is sent via ce-* headers. In structured/batched mode, the full CloudEvent is in the request body.
| Header Parameters |
|---|
ce-specversion stringPossible values: [ CloudEvents spec version (required for binary mode) |
ce-type stringEvent type (required for binary mode) |
ce-source uriEvent source URI (required for binary mode) |
ce-id stringEvent ID (required for binary mode) |
ce-subject stringEvent subject |
ce-time date-timeEvent timestamp |
ce-dataschema uriData schema URI |
| Request Body — REQUIRED CloudEvent(s) in structured or batched mode, or event data in binary mode |
|---|
| undefined Event data payload (binary mode) or CloudEvent (structured mode) |
| Responses | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
201Cloud-Event(s) erfolgreich verarbeitet
| |||||||||||
207Multi-Status (partial success for batches)
| |||||||||||
400Invalid CloudEvent format
|