pbs_tape_drive_load_slot
Mount a tape cartridge from a specified changer slot into a drive. Use confirm=True to execute the real robotic action; dry-run returns a plan.
Instructions
MUTATION: mount the cartridge in source_slot into a drive via its associated changer.
RISK_MEDIUM: real robotic action — same physical effect as pbs_tape_drive_load_media. Dry-run by default (returns a PLAN); confirm=True executes (POST /tape/drive/{drive}/load-slot, SYNCHRONOUS — the one load/mount-shaped op on this plane that returns null, not a UPID) and returns {"status": "ok", "result": None}. No undo primitive — reverse with pbs_tape_drive_unload. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drive | Yes | Drive identifier. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the load. | |
| source_slot | Yes | Source changer slot number (>= 1). | |
| 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 |