pve_ceph_cfg_db
Retrieve the Ceph configuration database entries from a Proxmox node, including name, section, value, level, mask, and runtime update capability. Use for inspecting monitored config-db settings.
Instructions
READ-ONLY: the Ceph configuration database (mon config-db entries).
GET /nodes/{node}/ceph/cfg/db. Smoke-confirm: shape not live-verified — expected per-entry dicts (name/section/value/level/mask/can_update_at_runtime) per schema truth. For the raw ceph.conf text use pve_ceph_cfg_raw; for specific keys only use pve_ceph_cfg_value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name to query; defaults to the configured node if omitted. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |