Skip to main content
GET
/
nodes
/
upByHost
List running endpoints by host
import requests

url = "https://{FUSION HOST}/api/nodes/upByHost"

response = requests.get(url)

print(response.json())
{}

Response

200 - application/json

successful operation

{key}
string[]