Python
import requests url = "https://{FUSION HOST}/api/update/all/signalCollection" response = requests.post(url) print(response.json())
This endpoint is only used in some special cases during upgrade.
Was this page helpful?