Python
import requests url = "https://{FUSION HOST}/api/webapps/{id}/war" response = requests.get(url) print(response.json())
Download a .war file for an app.
Application ID.
Was this page helpful?