v1
latestOpenAPI 3.1.22026-08-0611530152.3 KBRabbitMQ Config
List available settings
Retrieve a list of all RabbitMQ settings that are exposed to changes
get/config/available_settings
Response
Successful response
Example response
[
{
"name": "ra.wal_max_size_bytes",
"type": "int",
"desc": "Maximum size in MiB of the Raft write-ahead log kept in memory before it is rolled over to disk. The default is chosen automatically based on your plan's memory. On plan changes, this resets to the new plan's default, unless your current value is already lower, in which case it's preserved. RabbitMQ restart required.",
"default": 512,
"min": 16,
"max": 512,
"value": 67108864,
"valid": true,
"unit": "MiB",
"scale": 1048576,
"required": true
}
]