Commit 90a6f9d1 authored by ethen's avatar ethen

update

parent 6d1f6d35
......@@ -73,7 +73,7 @@ http://localhost:7701/ceadmin/0xadministrator/local/configuration/node **POST**
"rackId": "default",
"hostIp": "10.1.38.10",
"hardwareType":"GPU", // 硬件类型
"osType":"Linux" // 操作系统
"desktopOs":"LINUX" // 操作系统
}
```
......@@ -134,7 +134,7 @@ http://localhost:7701/ceadmin/0xadministrator/general/configuration/partition?zo
"economyPayment": null,
"label": null,
"partitionType": "COMPUTE",// 队列类型
"osType": null,
"desktopOs": "LINUX",
"computeType": "CPU",
"partition": "c-4-1",
"economyPaymentEnabled": false,
......@@ -166,7 +166,7 @@ http://123.57.131.31/ceadmin/0xadministrator/local/configuration/partition **POS
"state": "UP",
"allowGroups": "ALL",
"partitionType": "COMPUTE",// 队列类型
"osType":"Linux" // 操作系统
"desktopOs":"LINUX" // 操作系统
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment