pve_ceph_cfg_raw
Retrieve the raw, INI-format ceph.conf file content for a specified Proxmox node. Useful for direct configuration review or export.
Instructions
READ-ONLY: the raw ceph.conf file content for a node.
GET /nodes/{node}/ceph/cfg/raw. Smoke-confirm: shape not live-verified — expected plain INI-style text. For the parsed config-database view use pve_ceph_cfg_db.
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 |