Realm Definition and Properties

The FTL server web API represents the realm definition and the set of global realm properties as JSON objects. You can use the FTL server web API to retrieve and update the entire realm definition, and to access the global realm properties.

Example JSON Representation of Global Realm Properties

{
  "client_monitor_sample_interval":60.0,
  "client_server_heartbeat":60.0,
  "client_timeout_server":180.0,
  "manage_all_formats":false,
  "server_client_heartbeat":60.0,
  "server_timeout_client":3600.0,
  "max_deployment_history":25.0
}