curl --request GET \
--url https://{FUSION HOST}/api/webapps/{id}/war/manifest
"<string>"
Get the MANIFEST.MF of war file.
curl --request GET \
--url https://{FUSION HOST}/api/webapps/{id}/war/manifest
"<string>"
Application ID.
successful operation
The response is of type string
.
Was this page helpful?