Skip to main content
GET
/
webapps
/
{id}
/
war
Download a .war file
import requests

url = "https://{FUSION HOST}/api/webapps/{id}/war"

response = requests.get(url)

print(response.json())

Path Parameters

id
string
required

Application ID.