Skip to main content
POST
Create a node at a given path

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Query Parameters

path
string
required

Zookeeper Path, must start with /

ttl
integer<int32>
default:-1

TTL of the node. TTL are only honoured for persistent znodes (access option = 0x40 or 0x80), in which case TTL should be > 0. If access option is not 0x40 or 0x80, it will be ignored, and we can set it to any value, or just ignore it

accessOption
integer<int32>
default:1

accessOption

Body

application/json

The body is of type string.

Response