mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/1Panel-dev/1Panel.git
synced 2026-09-20 08:03:55 +08:00
feat: support virtual machine (#13171)
* feat: support virtual machine * feat: add vm operation logs
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user