pve_ceph_cfg_value
Retrieve configured values for specified Ceph configuration keys from a Proxmox node, such as global:fsid or osd settings.
Instructions
READ-ONLY: configured values for specific ceph.conf / mon-config-db keys.
GET /nodes/{node}/ceph/cfg/value?config-keys=…. Smoke-confirm: shape not live-verified — expected a two-level {section: {key: value}} map per schema truth. Underscores in section/key names are normalised to hyphens in the response, regardless of how they're written here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name to query; defaults to the configured node if omitted. | |
| config_keys | Yes | One or more '<section>:<config key>' items separated by semicolon, comma, or space (e.g. 'global:fsid;osd:osd_memory_target'), max 4096 chars. | |
| 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 |