GET
/
collections
/
{collection}
/
solr-config
/
{path}
Get a Solr config file
curl --request GET \
  --url https://{FUSION HOST}/api/collections/{collection}/solr-config/{path}
{
  "name": "<string>",
  "parent": "<string>",
  "href": "<string>",
  "version": 123,
  "isDir": true,
  "children": [
    {}
  ],
  "value": [
    "aSDinaTvuI8gbWludGxpZnk="
  ],
  "type": "STOPWORDS"
}

Path Parameters

collection
string
required

The collection that contains the configuration files.

path
string
required

The path to a specific file or nested child nodes. If the file is not nested, the filename can be entered without any path information.

Response

200 - application/octet-stream

successful operation

The response is of type object.