Skip to main content
GET
Get basin configuration.

Authorizations

Authorization
string
header
required

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

Path Parameters

basin
string
required

Basin name.

Required string length: 8 - 48

Response

create_stream_on_append
boolean
default:false

Create stream on append if it doesn't exist, using the default stream configuration.

create_stream_on_read
boolean
default:false

Create stream on read if it doesn't exist, using the default stream configuration.

default_stream_config
null | object

Default stream configuration.

stream_cipher
null | enum<string>

Encryption algorithm to apply to newly created streams in the basin.

Available options:
aegis-256,
aes-256-gcm