POST realm/properties

The web method POST realm/properties sets the values of the global realm properties.

Properties

JSON Property Description
max_deployment_history Limit the size of the FTL server database by limiting the number of past deployments.

Example Requests

curl -X POST http://host:port/api/v1/realm/properties -d json_props
curl -X POST http://host:port/api/v1/realm/properties -d '{"max_deployment_history":50}'