Authorization: Bearer ********************
{
"system_id": 0,
"password": "string",
"remote_port": 0,
"dns": "string",
"hd_type": 0,
"hd_lvm": 0,
"hd_config": [
{
"path": "string",
"format": "string",
"size": 0,
"unit": "string",
"boot": "string"
}
]
}
curl --location --request POST 'https://www.prossl.vip/api/server/reinstall' \
--header 'Content-Type: application/json' \
--data-raw '{
"system_id": 0,
"password": "string",
"remote_port": 0,
"dns": "string",
"hd_type": 0,
"hd_lvm": 0,
"hd_config": [
{
"path": "string",
"format": "string",
"size": 0,
"unit": "string",
"boot": "string"
}
]
}'
{"code":0,"msg":"安装任务提交成功,等待队列任务执行","time":1741847521,"data":{"task_id":20723}}