Skip to main content
HEAD
/
webapps
/
{id}
/
war
Get .war file metadata
import requests

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

response = requests.head(url)

print(response.json())

Path Parameters

id
string
required

Application ID.