@user/proxmox/node
Model type — v2026.02.11.2
Details
- Type
- @user/proxmox/node
- Normalized
- @user/proxmox/node
- Version
- v2026.02.11.2
- Methods
- 1
- Resources
- 1
- Files
- 0
- Definitions
- 1
Global Arguments
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"apiUrl": {
"type": "string",
"description": "Proxmox API base URL (e.g., https://10.0.0.4:8006)"
},
"username": {
"description": "Proxmox username for authentication",
"type": "string"
},
"password": {
"description": "Proxmox password for authentication",
"type": "string"
},
"realm": {
"default": "pam",
"description": "Authentication realm (pam, pve, etc.)",
"type": "string"
},
"node": {
"type": "string",
"description": "Proxmox node name"
},
"skipTlsVerify": {
"default": true,
"description": "Skip TLS certificate verification",
"type": "boolean"
}
},
"required": [
"apiUrl",
"realm",
"node",
"skipTlsVerify"
],
"additionalProperties": false
}Methods (1)
auth
Authenticate with Proxmox and return ticket/csrfToken
Input Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {},
"additionalProperties": false
}Resources (1)
node
Auth tokens for Proxmox node
- Lifetime
- infinite
- Garbage Collection
- 10
Definitions (1)
| Name | Version | Tags | ID |
|---|---|---|---|
| keebDev02 | v1 | 410be48e |