Skip to main content
GET
/
List services and realms
import requests

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

response = requests.get(url)

print(response.json())
{
  "enabledRealms": [
    {}
  ],
  "version": "5.9",
  "status": {},
  "initMeta": {}
}

Response

200 - application/json

OK

enabledRealms
object[]
version
string
Example:

"5.9"

status
object
initMeta
object