List all services
import requests
url = "https://{FUSION HOST}/api/history"
response = requests.get(url)
print(response.text)[
"<string>"
]Fetch the list of services managed by these APIs.
GET
/
history
List all services
import requests
url = "https://{FUSION HOST}/api/history"
response = requests.get(url)
print(response.text)[
"<string>"
]Response
200 - application/json
successful operation
Was this page helpful?
⌘I