Python
import requests url = "https://{FUSION HOST}/api/webapps/{id}/war" response = requests.head(url) print(response.json())
Get metadata (modifiedTime, md5, etc) of war file as HTTP headers.
Application ID.
Was this page helpful?