Skip to content

Commit 2fc7cf2

Browse files
Merge pull request #360 from softlayer/1730299571
Ordering Article update
2 parents 9b13d3a + 9f8cc1e commit 2fc7cf2

17 files changed

Lines changed: 219 additions & 110 deletions

File tree

article/understanding-ordering/index.html

Lines changed: 111 additions & 3 deletions
Large diffs are not rendered by default.

go/goroutines/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165

166166
<div class="col-md-3">
167167
<div style="word-wrap: break-word;">
168-
<h4>January 1, 0001<br></h4>
168+
<h4>February 16, 2024<br></h4>
169169
</div>
170170
</div>
171171
<div class="col-md-9">

go/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,16 @@
168168
<div class="col-md-6">
169169
<div class="well well-sm example">
170170
<h4>
171+
<a href="https://sldn.softlayer.com/go/goroutines/"><i class="fas fa-terminal"></i> Goroutines, Pagination and the SoftLayer API</a> <small class="pull-right">Feb 16, 2024</small><br>
172+
<small>Describes some ways to implement concurrency in your golang applications when interacting with the SoftLayer API. A few examples and explanation of softlayer-go&#39;s features.</small>
173+
</h4>
174+
<a class="btn btn-primary btn-xs" href="https://sldn.softlayer.com/go/goroutines/"> View Example <i class="fas fa-code"></i></a>
175+
</div>
176+
</div>
177+
178+
<div class="col-md-6">
179+
<div class="well well-sm example">
180+
<h4>
171181
<a href="https://sldn.softlayer.com/go/order_endurance_storage.go/"><i class="fas fa-terminal"></i> order_endurance_storage.go</a> <small class="pull-right">Mar 10, 2023</small><br>
172182
<small>order_endurance_storage.go</small>
173183
</h4>
@@ -1295,16 +1305,6 @@ <h4>
12951305
</div>
12961306
</div>
12971307

1298-
<div class="col-md-6">
1299-
<div class="well well-sm example">
1300-
<h4>
1301-
<a href="https://sldn.softlayer.com/go/goroutines/"><i class="fas fa-terminal"></i> Goroutines, Pagination and the SoftLayer API</a> <small class="pull-right">Jan 1, 0001</small><br>
1302-
<small>Describes some ways to implement concurrency in your golang applications when interacting with the SoftLayer API. A few examples and explanation of softlayer-go&#39;s features.</small>
1303-
</h4>
1304-
<a class="btn btn-primary btn-xs" href="https://sldn.softlayer.com/go/goroutines/"> View Example <i class="fas fa-code"></i></a>
1305-
</div>
1306-
</div>
1307-
13081308
</div>
13091309
</div>
13101310
<footer>
102 KB
Loading

index.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
</item>
1818

1919
<item>
20-
<title>Python</title>
21-
<link>https://sldn.softlayer.com/python/</link>
22-
<pubDate>Mon, 16 Oct 2023 00:00:00 UTC</pubDate>
20+
<title>Go</title>
21+
<link>https://sldn.softlayer.com/go/</link>
22+
<pubDate>Fri, 16 Feb 2024 00:00:00 UTC</pubDate>
2323
<author>Enthusiastic Hugo User</author>
24-
<guid>https://sldn.softlayer.com/python/</guid>
24+
<guid>https://sldn.softlayer.com/go/</guid>
2525
<description></description>
2626
</item>
2727

2828
<item>
29-
<title>Go</title>
30-
<link>https://sldn.softlayer.com/go/</link>
31-
<pubDate>Fri, 10 Mar 2023 00:00:00 UTC</pubDate>
29+
<title>Python</title>
30+
<link>https://sldn.softlayer.com/python/</link>
31+
<pubDate>Mon, 16 Oct 2023 00:00:00 UTC</pubDate>
3232
<author>Enthusiastic Hugo User</author>
33-
<guid>https://sldn.softlayer.com/go/</guid>
33+
<guid>https://sldn.softlayer.com/python/</guid>
3434
<description></description>
3535
</item>
3636

sitemap.xml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,41 @@
105105
<lastmod>2024-03-01T00:00:00+00:00</lastmod>
106106
</url>
107107

108+
<url>
109+
<loc>https://sldn.softlayer.com/tags/cli/</loc>
110+
<lastmod>2024-02-16T00:00:00+00:00</lastmod>
111+
</url>
112+
113+
<url>
114+
<loc>https://sldn.softlayer.com/go/</loc>
115+
<lastmod>2024-02-16T00:00:00+00:00</lastmod>
116+
</url>
117+
118+
<url>
119+
<loc>https://sldn.softlayer.com/go/goroutines/</loc>
120+
<lastmod>2024-02-16T00:00:00+00:00</lastmod>
121+
</url>
122+
123+
<url>
124+
<loc>https://sldn.softlayer.com/tags/pagination/</loc>
125+
<lastmod>2024-02-16T00:00:00+00:00</lastmod>
126+
</url>
127+
108128
<url>
109129
<loc>https://sldn.softlayer.com/release_notes/2024/20240216/</loc>
110130
<lastmod>2024-02-16T00:00:00+00:00</lastmod>
111131
</url>
112132

133+
<url>
134+
<loc>https://sldn.softlayer.com/tags/resultlimit/</loc>
135+
<lastmod>2024-02-16T00:00:00+00:00</lastmod>
136+
</url>
137+
138+
<url>
139+
<loc>https://sldn.softlayer.com/tags/sdk/</loc>
140+
<lastmod>2024-02-16T00:00:00+00:00</lastmod>
141+
</url>
142+
113143
<url>
114144
<loc>https://sldn.softlayer.com/release_notes/2024/20240119/</loc>
115145
<lastmod>2024-01-19T00:00:00+00:00</lastmod>
@@ -235,11 +265,6 @@
235265
<lastmod>2023-03-10T00:00:00+00:00</lastmod>
236266
</url>
237267

238-
<url>
239-
<loc>https://sldn.softlayer.com/go/</loc>
240-
<lastmod>2023-03-10T00:00:00+00:00</lastmod>
241-
</url>
242-
243268
<url>
244269
<loc>https://sldn.softlayer.com/go/order_endurance_storage.go/</loc>
245270
<lastmod>2023-03-10T00:00:00+00:00</lastmod>
@@ -390,11 +415,6 @@
390415
<lastmod>2022-05-27T00:00:00+00:00</lastmod>
391416
</url>
392417

393-
<url>
394-
<loc>https://sldn.softlayer.com/tags/cli/</loc>
395-
<lastmod>2022-05-23T00:00:00+00:00</lastmod>
396-
</url>
397-
398418
<url>
399419
<loc>https://sldn.softlayer.com/tags/go/</loc>
400420
<lastmod>2022-05-23T00:00:00+00:00</lastmod>
@@ -655,11 +675,6 @@
655675
<lastmod>2021-12-01T00:00:00+00:00</lastmod>
656676
</url>
657677

658-
<url>
659-
<loc>https://sldn.softlayer.com/tags/pagination/</loc>
660-
<lastmod>2021-11-12T00:00:00+00:00</lastmod>
661-
</url>
662-
663678
<url>
664679
<loc>https://sldn.softlayer.com/python/pagination.py/</loc>
665680
<lastmod>2021-11-12T00:00:00+00:00</lastmod>
@@ -845,11 +860,6 @@
845860
<lastmod>2021-05-04T00:00:00+00:00</lastmod>
846861
</url>
847862

848-
<url>
849-
<loc>https://sldn.softlayer.com/tags/resultlimit/</loc>
850-
<lastmod>2021-05-04T00:00:00+00:00</lastmod>
851-
</url>
852-
853863
<url>
854864
<loc>https://sldn.softlayer.com/classes/SoftLayer_Event_Log/</loc>
855865
<lastmod>2021-05-04T00:00:00+00:00</lastmod>
@@ -50690,14 +50700,4 @@
5069050700
<lastmod>0001-01-01T00:00:00+00:00</lastmod>
5069150701
</url>
5069250702

50693-
<url>
50694-
<loc>https://sldn.softlayer.com/go/goroutines/</loc>
50695-
<lastmod>0001-01-01T00:00:00+00:00</lastmod>
50696-
</url>
50697-
50698-
<url>
50699-
<loc>https://sldn.softlayer.com/tags/sdk/</loc>
50700-
<lastmod>0001-01-01T00:00:00+00:00</lastmod>
50701-
</url>
50702-
5070350703
</urlset>

tags/article/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<link>https://sldn.softlayer.com/article/understanding-ordering/</link>
168168
<pubDate>Mon, 12 Mar 2018 00:00:00 +0000</pubDate>
169169
<guid>https://sldn.softlayer.com/article/understanding-ordering/</guid>
170-
<description>&lt;p&gt;In version 5.4.0 of &lt;a href=&#34;https://github.com/softlayer/softlayer-python&#34;&gt;softlayer-python&lt;/a&gt;, there is a new slcli command for placing IaaS cloud server orders using the API. This command can also be used to place orders for products that are normally ordered through the IBM Cloud infrastructure customer portal. There are multiple helpers to assist you in creating a specific order. In these examples, you will learn how to:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Build an order&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Understand the order structure&lt;/li&gt;&#xA;&lt;li&gt;Search for server packages&lt;/li&gt;&#xA;&lt;li&gt;Identify categories of items&lt;/li&gt;&#xA;&lt;li&gt;Verify the order&lt;/li&gt;&#xA;&lt;li&gt;Place the order&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Place an order programmatically using Python.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;build-an-order&#34;&gt;Build an order&lt;/h2&gt;&#xA;&lt;h3 id=&#34;step-1-understand-the-order-structure&#34;&gt;Step 1: Understand the order structure&lt;/h3&gt;&#xA;&lt;p&gt;In the SoftLayer API, an order can consist of multiple order containers. For simplicity, the order CLI only works with one order container, so in these examples and explanations, the terms “order container” and “order” are synonymous.&lt;/p&gt;</description>
170+
<description>&lt;p&gt;In version 5.4.0 of &lt;a href=&#34;https://github.com/softlayer/softlayer-python&#34;&gt;softlayer-python&lt;/a&gt;, there is a new slcli command for placing IaaS cloud server orders using the API. This command can also be used to place orders for products that are normally ordered through the IBM Cloud infrastructure customer portal. There are multiple helpers to assist you in creating a specific order. In these examples, you will learn how to:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Build an order&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Understand the order structure&lt;/li&gt;&#xA;&lt;li&gt;Search for server packages&lt;/li&gt;&#xA;&lt;li&gt;Identify categories of items&lt;/li&gt;&#xA;&lt;li&gt;Verify the order&lt;/li&gt;&#xA;&lt;li&gt;Place the order&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Place an order programmatically using Python.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;build_order&#34; class=&#34;anchor-link&#34;&gt;&lt;a href=&#34;#build_order&#34;&gt;Build an order&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;h3 id=&#34;step-1-understand-the-order-structure&#34;&gt;Step 1: Understand the order structure&lt;/h3&gt;&#xA;&lt;p&gt;In the SoftLayer API, an order can consist of multiple order containers. For simplicity, the order CLI only works with one order container, so in these examples and explanations, the terms “order container” and “order” are synonymous.&lt;/p&gt;</description>
171171
</item>
172172
<item>
173173
<title>VSI Flavors</title>

tags/cli/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ <h3>ansible</h3>
181181
<h3>go</h3>
182182
<ul>
183183

184+
<li>
185+
<a href="https://sldn.softlayer.com/go/goroutines/">Goroutines, Pagination and the SoftLayer API</a>
186+
<div class="meta">Describes some ways to implement concurrency in your golang applications when interacting with the SoftLayer API. A few examples and explanation of softlayer-go&#39;s features.</div>
187+
</li>
188+
184189
<li>
185190
<a href="https://sldn.softlayer.com/go/the_go_library/">Understanding the softlayer-go library</a>
186191
<div class="meta">An in depth explanation of the softlayer-go library and how to make use of it in your applications.</div>
@@ -191,11 +196,6 @@ <h3>go</h3>
191196
<div class="meta">Explains how to setup a simple CLI framework to copy/paste examples into and easily get going.</div>
192197
</li>
193198

194-
<li>
195-
<a href="https://sldn.softlayer.com/go/goroutines/">Goroutines, Pagination and the SoftLayer API</a>
196-
<div class="meta">Describes some ways to implement concurrency in your golang applications when interacting with the SoftLayer API. A few examples and explanation of softlayer-go&#39;s features.</div>
197-
</li>
198-
199199
</ul>
200200

201201
<h3>terraform</h3>

0 commit comments

Comments
 (0)