feat: support virtual machine (#13171)

* feat: support virtual machine

* feat: add vm operation logs
This commit is contained in:
ssongliu
2026-07-02 15:07:48 +08:00
committed by GitHub
parent aa676e139c
commit e55ea96f00
42 changed files with 2235 additions and 28 deletions

View File

@@ -70,6 +70,7 @@
"description": "OK",
"schema": {
"additionalProperties": {
"format": "int64",
"type": "integer"
},
"type": "object"
@@ -31916,7 +31917,8 @@
"restart",
"stop",
"down",
"delete"
"delete",
"rebuild"
],
"type": "string"
},
@@ -40544,6 +40546,9 @@
"streamableHttpPath": {
"type": "string"
},
"taskID": {
"type": "string"
},
"type": {
"type": "string"
},
@@ -40676,6 +40681,9 @@
"streamableHttpPath": {
"type": "string"
},
"taskID": {
"type": "string"
},
"type": {
"type": "string"
},