options
Information about the TFS configuration options can be obtained using the options list option
Utilizes HTTP GET method.
http://hostname:port/rdmadmin/?list=options
Example
http://localhost:21553/rdmadmin/?list=options
Results
{ "Options": { "timeout": "", "cache_size": "", "locale": "", "error_format": "", "bytes_per_utf8_char": "", "time_zone": "", "procs_dir": "", "dbuserid": "", "txtest": "", "drop": "", "pack_write_chunk_size": "", "pack_file_size": "", "db_size": "", "vacuum_percentage": "", "vacuum_chunk_size": "", "autocommit": "", "snapshotmode": "", "dateformat": "", "timeformat": "", "wildall": "", "wildone": "", "reservebytes": "", "distinctcachesize": "", "groupbycachesize": "", "orderbycachesize": "", "sortcostfactor": "", "slotspercachenode": "", "debugmode": "", "optthreshold": "", "defaulttransaction": "", "transactionisolevel": "", "roundingmode": "", "defaultopenmode": "", "ignoreimporterrors": "", "generateproccfile": "", "optimizeparameters": "", "durability": "", "tfstype": "HYBRID", "docroot": "/home/build/rdm142/docroot", "listen": "true", "readonly": "false", "name": "", "logfile": "", "tcp": "true", "tos": "0", "keep_alive_on": "false", "logcategory": "all", "logerrlevel": "info", "logfilelevel": "info" } }