proxmox_api_raw
Execute any Proxmox API call for endpoints not covered by dedicated tools, using an HTTP method, path, and optional JSON parameters.
Instructions
Make an arbitrary Proxmox API call for any endpoint not covered by specific tools.
Args: method: HTTP method: 'get', 'post', 'put', 'delete'. path: API path (e.g. '/nodes/pve1/qemu/100/status/current'). params: JSON string of parameters (e.g. '{"memory": 4096}').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| path | Yes | ||
| params | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |