Python
import requests url = "https://{FUSION HOST}/api/license/capability/{capability}" response = requests.get(url) print(response.text)
{}
Gets the licensed capability details.
The name of a Fusion capability. Use /apps-manager/license to get the list of possible values.
/apps-manager/license
successful operation
Was this page helpful?