File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ functionality not fully documented here.
1414
1515 cli/ipsec
1616 cli/vs
17+ cli/ordering
1718
1819
1920.. _config_setup :
Original file line number Diff line number Diff line change 11.. _cli_order :
22
3- The Basics
3+ Ordering
44==========
55The Order :ref: `cli ` commands can be used to build an order for any product in the SoftLayer catalog.
66
@@ -75,20 +75,21 @@ order place <preset>
7575^^^^^^^^^^^^^^^^^^^^
7676
7777::
78- $ slcli --really order place --preset D2620V4_64GB_2X1TB_SATA_RAID_1 \
79- BARE_METAL_SERVER TORONTO \
80- OS_UBUNTU_16_04_LTS_XENIAL_XERUS_64_BIT \
81- BANDWIDTH_0_GB_2 \
82- 1_GBPS_PRIVATE_NETWORK_UPLINK \
83- REBOOT_KVM_OVER_IP 1_IP_ADDRESS \
84- UNLIMITED_SSL_VPN_USERS_1_PPTP_VPN_USER_PER_ACCOUNT \
85- --extras '{"hardware": [{"hostname" : "testOrder", "domain": "cgallo.com"}]}' \
86- --complex-type SoftLayer_Container_Product_Order_Hardware_Server
78+
79+ $ slcli --really order place --preset D2620V4_64GB_2X1TB_SATA_RAID_1 BARE_METAL_SERVER TORONTO \
80+ OS_UBUNTU_16_04_LTS_XENIAL_XERUS_64_BIT \
81+ BANDWIDTH_0_GB_2 \
82+ 1_GBPS_PRIVATE_NETWORK_UPLINK \
83+ REBOOT_KVM_OVER_IP 1_IP_ADDRESS \
84+ UNLIMITED_SSL_VPN_USERS_1_PPTP_VPN_USER_PER_ACCOUNT \
85+ --extras '{"hardware": [{"hostname" : "testOrder", "domain": "cgallo.com"}]}' \
86+ --complex-type SoftLayer_Container_Product_Order_Hardware_Server
8787
8888order place <Virtual Server>
8989^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9090
9191::
92+
9293 $ slcli order place --billing hourly CLOUD_SERVER DALLAS13 \
9394 GUEST_CORES_4 \
9495 RAM_16_GB \
You can’t perform that action at this time.
0 commit comments