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