Python
import requests url = "https://{FUSION HOST}/api/features/status" response = requests.get(url) print(response.text)
[ { "name": "searchLogs", "collectionId": "demo", "params": {}, "enabled": false }, { "name": "signals", "collectionId": "demo", "params": {}, "enabled": false } ]
Check the status of the Features service.
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.
Successful operation
starting
ok
warning
error
shutdown
Show child attributes
Was this page helpful?