Python
import requests url = "https://{FUSION HOST}/api/partial-config" response = requests.get(url) print(response.text)
[ { "type": "<string>", "title": "<string>", "config": {}, "valid": true, "errors": [ { "field": "<string>", "value": {}, "code": "<string>", "message": "<string>" } ], "installed": true } ]
Get a list of connector types that can handle the provided input value.
The input value to evaluate. It can be a URL, file path, FTP address, or similar resource identifier.
Successfully retrieved connector configuration suggestions.
Show child attributes
Was this page helpful?