Subscriptionrequest
Represents a streaming events subscription
consumer_groupstring
The value describing the use case of this subscription.
Possible values: <= 1024 characters
event_typesstring[]required
EventTypes to subscribe to
Possible values: >= 1, <= 2147483647
owning_applicationstringrequired
The id of application owning the subscription.
Possible values: <= 1024 characters
read_fromstringrequired
Position to start reading events from.
Possible values: [BEGIN, END]
Subscriptionrequest
{
"consumer_group": "string",
"event_types": [
"string"
],
"owning_application": "string",
"read_from": "BEGIN"
}