Skip to main content
GET
/
webapps
/
{id}
/
war
/
manifest
Get MANIFEST.MF
import requests

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

response = requests.get(url)

print(response.json())
"<string>"

Path Parameters

id
string
required

Application ID.

Response

200 - text/plain

successful operation

The response is of type string.