pdm_call_endpoint
Executes Proxmox Datacenter Manager API endpoints and returns JSON responses, validating operation IDs and path parameters against the catalog while enforcing a read-only write gate for safety.
Instructions
Call a Proxmox Datacenter Manager API endpoint and return its JSON response. Validates the operationId and required path params against the catalog, enforces the read-only write gate, then executes. Reads (GET) always run; writes (POST/PUT/DELETE) run only when enabled via PROXMOX_ALLOW_WRITES=true (all surfaces) or PDM_ALLOW_WRITES=true (this surface only). Use pdm_describe_endpoint first to learn the exact params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |