GET
/
zk
/
export
/
{path}
{
  "request": {
    "timestamp": "2023-11-07T05:31:56Z",
    "params": {
      "zkHost": "<string>",
      "path": "<string>",
      "encodeValues": "<string>",
      "includePaths": [
        "<string>"
      ],
      "excludePaths": [
        "<string>"
      ],
      "recursive": false,
      "ephemeral": false
    }
  },
  "getzNode": {
    "path": "<string>",
    "children": [
      {}
    ],
    "data": "<string>"
  }
}

Query Parameters

path
string

NEEDS DEVELOPER REVIEW

recursive
boolean
default:true

NEEDS DEVELOPER REVIEW

excludePaths
string[]

NEEDS DEVELOPER REVIEW

includePaths
string[]

NEEDS DEVELOPER REVIEW

encodeValues
string
default:base64

NEEDS DEVELOPER REVIEW

ephemeral
boolean
default:false

NEEDS DEVELOPER REVIEW

Response

200 - application/json

successful operation

The response is of type object.