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

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

response = requests.get(url)

print(response.text)

Path Parameters

id
string
required

Response

default

successful operation