Skip to content

Commit f691de0

Browse files
cleaning up ordering docs
1 parent c2471dd commit f691de0

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

docs/cli.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

docs/cli/ordering.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _cli_order:
22

3-
The Basics
3+
Ordering
44
==========
55
The 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

8888
order place <Virtual Server>
8989
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9090

9191
::
92+
9293
$ slcli order place --billing hourly CLOUD_SERVER DALLAS13 \
9394
GUEST_CORES_4 \
9495
RAM_16_GB \

0 commit comments

Comments
 (0)