Get nodes service status
import requests
url = "https://{FUSION HOST}/api/nodes/status"
response = requests.get(url)
print(response.text)[
{
"node": "<string>",
"messages": [
{
"date": "2023-11-07T05:31:56Z",
"message": "<string>"
}
]
}
]Check the status of the Nodes service.
GET
/
nodes
/
status
Get nodes service status
import requests
url = "https://{FUSION HOST}/api/nodes/status"
response = requests.get(url)
print(response.text)[
{
"node": "<string>",
"messages": [
{
"date": "2023-11-07T05:31:56Z",
"message": "<string>"
}
]
}
]Was this page helpful?
⌘I