Python
import requests url = "https://{FUSION HOST}/api/connectors/plugins/{connector}/types" response = requests.get(url) print(response.text)
[ "<string>" ]
Return the plugin types for the specified connector. Each connector has one or more plugin types. The sub-type might be the same as the connector type.
The connector ID.
OK
Was this page helpful?