Error
A valid request URL is required to generate request examples[
{
"name": "<string>",
"parent": "<string>",
"href": "<string>",
"version": 123,
"isDir": false,
"children": "<array>",
"value": [
"aSDinaTvuI8gbWludGxpZnk="
]
}
]Retrieve a list of all configuration files from ZooKeeper
GET
/
collections
/
{collection}
/
solr-config
Error
A valid request URL is required to generate request examples[
{
"name": "<string>",
"parent": "<string>",
"href": "<string>",
"version": 123,
"isDir": false,
"children": "<array>",
"value": [
"aSDinaTvuI8gbWludGxpZnk="
]
}
]Path Parameters
The collection that contains the configuration files
Query Parameters
'True' to return children of nested ZooKeeper nodes
If true, the binary content of a file is returned base64-encoded. Otherwise, only the metadata about each node is returned. To see the content of the file in plain text, you can add 'Accept: text/plain' to the request header. Alternately, you can get the raw bytes by adding 'Accept: application/octet-stream' to the header.
Was this page helpful?
⌘I