Skip to main content
GET
/
webapps
/
type
/
admin
/
configs
/
{id}
/
war
/
manifest
Python
import requests

url = "http://api/apollo/webapps/type/admin/configs/{id}/war/manifest"

response = requests.get(url)

print(response.text)
"<string>"

Path Parameters

id
string
required

Response

200 - text/plain

successful operation

The response is of type string.