Authorization: ********************{
"name": "Ubuntu-22.04-x64",
"fileName": "Ubuntu-22.04-x64.qcow2",
"type": "linux",
"downType": 37,
"arch": "x86_64",
"url": "http://oa.chuqiyun.com:8877/Cloud/Ubuntu/Ubuntu-22.04-x64.qcow2",
"path": "default",
"osType": "ubuntu",
"cloud": 1
}curl --location --request POST '/insertOs' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Ubuntu-22.04-x64",
"fileName": "Ubuntu-22.04-x64.qcow2",
"type": "linux",
"downType": 37,
"arch": "x86_64",
"url": "http://oa.chuqiyun.com:8877/Cloud/Ubuntu/Ubuntu-22.04-x64.qcow2",
"path": "default",
"osType": "ubuntu",
"cloud": 1
}'{
"code": 20000,
"message": "请求成功",
"data": "添加成功"
}