编辑代码

{
    "id":"",
    "project": 
    {
        "department": "研发一部", 
        "systemOwner": "man", 
        "projectname": "运维平台", 
        "cloudpool": "成研云/移动云", 
        "establish": true, 	// 是否立项
        "establishname":"", 
        "action": "create"
    },
     "orders": [
         {
            "instancename": "eg.rad02-drone-web-1",
            "amount": 2,
            "instancenorm": "vm.1c1g",
            "disksize": 50,
            "vmtype": "cpu",
            "zone": "研发域",
            "ostype": "CentOS7.8",
            "description": "",
            "network": ""
         },
         {
            "instancename": "eg.rad02-drone-web-1",
            "amount": 1,
            "instancenorm": "vm.1c1g",
            "disksize": 50,
            "vmtype": "gpu",
            "zone": "研发域",
            "ostype": "CentOS7.8",
            "pciamount":1,
            "description": "",
            "network": ""
         }
     ]
}