Python
import requests url = "https://{FUSION HOST}/api/connectors/plugins/{type}" response = requests.get(url) print(response.text)
{}
Return the plugin schema definition. V2 plugins only.
The connector type.
OK
The response is of type object.
object
Was this page helpful?