Python
import requests url = "https://{FUSION HOST}/api/realm-configs/{id}" response = requests.get(url) print(response.json())
{ "enabled": true, "id": "86df9b5b-4a1c-4b0b-bc10-25aee55fef63", "name": "native", "realmType": "native" }
Get a realm’s configuration
The realm ID.
Success
The response is of type object.
object
Was this page helpful?