curl --request GET \
--url https://{FUSION HOST}/api/nodes/hosts
[
"<string>"
]
Returns a list of hosts running endpoints.
curl --request GET \
--url https://{FUSION HOST}/api/nodes/hosts
[
"<string>"
]
successful operation
The response is of type string[]
.
Was this page helpful?