curl --request GET \
--url https://{FUSION HOST}/api/history
[
"<string>"
]
Fetch the list of services managed by these APIs.
curl --request GET \
--url https://{FUSION HOST}/api/history
[
"<string>"
]
successful operation
The response is of type string[]
.
Was this page helpful?