Skip to content
Adam Brady edited this page Oct 4, 2015 · 1 revision

The namespace for debug related things is vaultex.debug.

readRaw(path, callback)

Reads the value at path

updateRaw(path, value, callback)

Sets the value at path to value

deleteRaw(path, callback)

Deletes the value at path

healthcheck(callback[, standbyok])

Returns the status of all nodes connected to the cluster.

If standbyok is set, standby nodes will return 400 instead of 429

Clone this wiki locally