v1
latestOpenAPI 3.0.12026-07-26245126202.6 KBZookeeper
Create a node at a given path
post/zk/create
Query parameters
pathstring required
Zookeeper Path, must start with /
ttlinteger
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
accessOptioninteger
accessOption
Request body
string required
Response
Success