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