Solr Configuration Definition Properties
Path Parameters
Query Parameters
The output will include a list of each file with the following information:
- name. The name of the file or node.
- version. The file or node version from ZooKeeper.
- isDir. If the node has children, this value will be true.
- value. Only returned if “expand=true” is added as a query parameter. This will be returned as the base64 encoding of the contents of the file.
ZooKeeper Collection Configuration Definition Properties
Path Parameters
Query Parameters
Input Content
The REST API does not restrict the type of content that can be sent to ZooKeeper, but care should be taken to make sure the format of the file remains compatible with Solr’s requirements.
As a best practice, all requests should include the Content-type in the request header.