pbs_tape_key_get
Retrieve public configuration details of a PBS tape encryption key by specifying its fingerprint. Returns metadata such as creation time, key derivation function, and path, but not the key material itself.
Instructions
READ-ONLY: get one PBS tape encryption key's config — PUBLIC part only (created/ fingerprint/hint/kdf/modified/path; PBS never returns the key material or password on this endpoint). Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fingerprint | Yes | Tape encryption key fingerprint — 32 colon-separated hex byte-pairs (a formatted SHA-256), e.g. from pbs_tape_key_list. | |
| 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 |