Validate the Fusion license
import requests
url = "https://{FUSION HOST}/api/license/check"
response = requests.get(url)
print(response.text)trueCheck whether the current license is valid.
GET
/
license
/
check
Validate the Fusion license
import requests
url = "https://{FUSION HOST}/api/license/check"
response = requests.get(url)
print(response.text)trueResponse
200 - */*
successful operation
true if the license is valid.
Was this page helpful?
⌘I