Add bandwidth limit to filesystem operations, rename fields

This commit is contained in:
Ingo Oppermann
2023-03-30 09:51:29 +02:00
parent 4e7b84dd96
commit 029bf208e7
13 changed files with 294 additions and 27 deletions

View File

@@ -3003,8 +3003,9 @@ const docTemplate = `{
"operation"
],
"properties": {
"from": {
"type": "string"
"bandwidth_limit_kbit": {
"description": "kbit/s",
"type": "integer"
},
"operation": {
"type": "string",
@@ -3013,7 +3014,10 @@ const docTemplate = `{
"move"
]
},
"to": {
"source": {
"type": "string"
},
"target": {
"type": "string"
}
}