Fusion Admin APIs
Parameter | Description |
---|---|
collection | The collection that contains the configuration files to list or view. |
path | 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. |
Parameter | Description |
---|---|
expand | If true, the binary content of a file will be returned base64 encoded. If this is not included, only the metadata about each node will be returned. If you would like 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. |
recursive | If true, children of nested ZooKeeper nodes will be returned. This can be used in conjunction with the path to show only children of a specific node. |
Parameter | Description |
---|---|
collection | The collection that contains the configuration files to list or view. |
path | The path to a specific file (including nested child nodes). |
Parameter | Description |
---|---|
reload | If true, the collection will be reloaded to make the changes available to Solr immediately. |