Zum Hauptinhalt springen

Externe Cloud-Events verarbeiten

Receive CloudEvents from external systems

Request Body REQUIRED
event object REQUIRED
id string REQUIRED

Eindeutige Kennung for the event

source uri REQUIRED

Kontext, in dem the event happened

specversion string REQUIRED

CloudEvents specification version

type string REQUIRED

Type of event related to the originating occurrence

datacontenttype string

Content-Type of the data value

dataschema uri

Schema that data adheres to

subject string

Subject of the event

time date-time

Possible values: Value must match regular expression ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$

Timestamp when the occurrence happened

data

Event payload

auth object
apiKey string

API-Key zur Authentifizierung

signature string

Webhook signature for verification

timestamp string

Timestamp for signature verification

metadata object
sender string

Identifier of the sending system

version string

Version of the sending system

environment string

Umgebung (prod, staging, dev)

Responses
200

Successful response

Schema OPTIONAL
success boolean
eventId string
message string
400

Ungültige Eingabedaten

Schema OPTIONAL
message string

Fehlermeldung

code string

Fehlercode

issues object[] OPTIONAL

Liste der Ursachen, die zum Fehler geführt haben

message string
401

Autorisierung nicht angegeben

Schema OPTIONAL
message string

Fehlermeldung

code string

Fehlercode

issues object[] OPTIONAL

Liste der Ursachen, die zum Fehler geführt haben

message string
403

Unzureichende Berechtigung

Schema OPTIONAL
message string

Fehlermeldung

code string

Fehlercode

issues object[] OPTIONAL

Liste der Ursachen, die zum Fehler geführt haben

message string
500

Interner Serverfehler

Schema OPTIONAL
message string

Fehlermeldung

code string

Fehlercode

issues object[] OPTIONAL

Liste der Ursachen, die zum Fehler geführt haben

message string