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