下单订购单(N100型)(1) 合营池新订购下单(云防火墙(原生版) + 云主机 + 云硬盘 + 已有未绑定弹性IP) { "orders": [ { "instanceCnt": 1, "cycleCnt": 1, "cycleType": 3, "items": [ { "master": true, "resourceType": "CFWVERSION", "serviceTag": "CFW", "itemValue": 1, "itemConfig": { "regionId": "资源池id", "regionName": "资源池名称", "firewallName": "防火墙实例名称", "firewallEdition": "standard", "elasticIP1": "xxx.xxx.xxx.xxx", "ismain": "single", "vpcId": "vpc id", "vpcIp": "vpc 网段", "vpcName": "vpc 名称", "subnetId": "子网id", "subnetIp": "子网网段" } } ] }, { "instanceCnt": 1, "cycleCnt": 1, "cycleType": 3, "items": [ { "master": true, "resourceType": "VMC", "serviceTag": "HWS", "itemConfig": { "regionId": "资源池id", "vpcId": "vpcId", "subnetId": "子网gid", "zoneId": "资源池id", "zoneType": "2", "azName": "可用区名称", "cpuNum": "2", "memSize": "4", "flavorType": "规格类型", "flavorRef":"规格名称", "securityGroups": [ { "id":"安全组id" } ], "vmName": "CFWa4f0", "cpuArch":"x86", "adminPass": "xxxxxxxxx", "publicIp": "xxx.xxx.xxx.xxx, 对应防火墙的elasticIP1", "networkCards": [ { "ipv6Enable": false, "subnetId": "subnetq3e02mxcnh" } ] }, "itemValue": 1 }, { "master": false, "resourceType": "EBSC", "serviceTag": "HWS", "isSystemVolume": true, "itemConfig": { "volumeType": "SATA" }, "itemValue": 40 } ] } ] }
来自: