メインコンテンツへスキップ
POST
Go

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ボディ

destination
object
必須
name
string

Event Stream の名前。

Required string length: 1 - 128
status
enum<string>

Event Stream がイベントをアクティブに転送しているかどうかを示します。

利用可能なオプション:
enabled,
disabled
Maximum string length: 8
subscriptions
object[]

このストリームでサブスクライブしているイベントタイプの一覧。

Minimum array length: 1

レスポンス

Event Stream が正常に作成されました。

created_at
string<date-time>

Event Stream が作成されたタイムスタンプ。

destination
object
id
string<event-stream-id>

Event Stream の一意の識別子。

Required string length: 26
name
string

Event Stream の名前。

Required string length: 1 - 128
status
enum<string>

Event Stream がイベントをアクティブに転送しているかどうかを示します。

利用可能なオプション:
enabled,
disabled
Maximum string length: 8
subscriptions
object[]

この stream で subscribed to されているイベントタイプの一覧。

Minimum array length: 1
updated_at
string<date-time>

Event Stream が最後に更新されたタイムスタンプ。