pve_ceph_osd_metadata
Retrieves metadata for a specific Ceph OSD, including device list and OSD identity fields such as hostname and network addresses. Enables drill-down into individual OSD configuration.
Instructions
READ-ONLY: per-OSD details (devices[] + an osd{} identity/address block). ADVERSARIAL (taint.ADVERSARIAL_TOOLS): the osd{} sub-object carries hostname/back_addr/front_addr/ hb_back_addr/hb_front_addr — the SAME daemon-self-reported identity/address fields that made pve_ceph_metadata's aggregated view ADVERSARIAL in Wave 6a; this is that exact channel's single-OSD drill-down.
GET /nodes/{node}/ceph/osd/{osdid}/metadata. Smoke-confirm: shape not live-verified — expected {devices: [...], osd: {...}} per schema truth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name to query; defaults to the configured node if omitted. | |
| osdid | Yes | OSD ID (0 is a valid id — the first OSD ever created). | |
| 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 |