1.新建环境

    1. {
    2. "cpu": "2",
    3. "memory": "100",
    4. "description": "测试环境",
    5. "name": "myTest",
    6. "gatewayType": "only",
    7. "bandwidth": "100M",
    8. "type": "add"
    9. }
    10. {
    11. "cpu": "1",
    12. "memory": "1000",
    13. "description": "测试环境",
    14. "name": "test",
    15. "gatewayType": "only",
    16. "bandwidth": "100",
    17. "type": "cluster"
    18. }