Python
import requests url = "https://{FUSION HOST}/api/connectors/pluginsByCategory" response = requests.get(url) print(response.text)
{ "Repository": { "lucid.jira": [ { "name": "jira", "title": "JIRA (deprecated)" } ], "lucid.confluence": [ { "name": "confluence", "title": "Confluence (deprecated)" } ], "lucidworks.file-upload": [ { "name": "lucidworks.file-upload", "title": "File Upload (v2)" } ] }, "Web": { "lucidworks.web-v2": [ { "name": "lucidworks.web-v2", "title": "Web (v2)" } ], "lucid.web": [ { "name": "web", "title": "Web (deprecated)" } ] }, "Filesystem": { "lucid.fileupload": [ { "name": "fileupload", "title": "File Upload (deprecated)" } ] } }
List the installed plugins and group them by category.
Documentation IndexFetch the complete documentation index at: https://doc.lucidworks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
OK
Show child attributes
Was this page helpful?