Python
import requests url = "https://{FUSION HOST}/api/connectors/plugins" response = requests.get(url) print(response.text)
[ {} ]
Fetch the list of all installed plugins.
OK
Was this page helpful?