GET
/
collections
/
{collection}
/
solr-config
[
  {
    "name": "<string>",
    "parent": "<string>",
    "href": "<string>",
    "version": 123,
    "isDir": false,
    "children": [
      {}
    ],
    "value": [
      "aSDinaTvuI8gbWludGxpZnk="
    ],
    "type": "STOPWORDS"
  }
]

Path Parameters

collection
string
required

The collection that contains the configuration files

Query Parameters

recursive
boolean
default:false

'True' to return children of nested ZooKeeper nodes

expand
boolean
default:false

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.

Response

200 - application/json

successful operation

The response is of type object[].