Download a .war file
import requests
url = "https://{FUSION HOST}/api/webapps/{id}/war"
response = requests.get(url)
print(response.text)This response has no body data.Download a .war file
Download a .war file for an app.
GET
/
webapps
/
{id}
/
war
Download a .war file
import requests
url = "https://{FUSION HOST}/api/webapps/{id}/war"
response = requests.get(url)
print(response.text)This response has no body data.Path Parameters
Application ID.
Response
200 - undefined
Was this page helpful?
⌘I