Files
proxmox-api-simulator/tests/fixtures/api-viewer/pve-9.2.3-version.json
T
2026-07-12 23:13:18 +03:00

49 lines
1.2 KiB
JSON

{
"info": {
"GET": {
"allowtoken": 1,
"description": "API version details, including some parts of the global datacenter config.",
"method": "GET",
"name": "version",
"parameters": {
"additionalProperties": 0
},
"permissions": {
"user": "all"
},
"returns": {
"properties": {
"console": {
"description": "The default console viewer to use.",
"enum": [
"applet",
"vv",
"html5",
"xtermjs"
],
"optional": 1,
"type": "string"
},
"release": {
"description": "The current Proxmox VE point release in `x.y` format.",
"type": "string"
},
"repoid": {
"description": "The short git revision from which this version was build.",
"pattern": "[0-9a-fA-F]{8,64}",
"type": "string"
},
"version": {
"description": "The full pve-manager package version of this node.",
"type": "string"
}
},
"type": "object"
}
}
},
"leaf": 1,
"path": "/version",
"text": "version"
}