Python
import requests url = "https://{FUSION HOST}/api/history" response = requests.get(url) print(response.json())
[ "<string>" ]
Fetch the list of services managed by these APIs.
successful operation
The response is of type string[].
string[]
Was this page helpful?