/v1/cluster/object-backed/protection/fault-tolerance
{ "description": "api_object_backed_fault_tolerance", "type": "object", "properties": { "disks": { "description": "The maximum number of arbitrary disks that cluster currently supports losing.", "type": "number" }, "nodes": { "description": "The maximum number of arbitrary nodes that cluster currently supports losing.", "type": "number" }, "fault_domains": { "description": "The maximum number of arbitrary fault_domains that cluster currently supports losing.", "type": "number" } } }