|
6 | 6 | <language>en-US</language> |
7 | 7 | <author>Enthusiastic Hugo User</author> |
8 | 8 | <rights>Copyright (c) 2014, Enthusiastic Hugo User; all rights reserved.</rights> |
9 | | - <updated>Thu, 21 Sep 2017 00:00:00 UTC</updated> |
| 9 | + <updated>Wed, 27 Sep 2017 00:00:00 UTC</updated> |
| 10 | + |
| 11 | + <item> |
| 12 | + <title>Release notes: September 27, 2017</title> |
| 13 | + <link>https://softlayer.github.io/release_notes/2017/20170927/</link> |
| 14 | + <pubDate>Wed, 27 Sep 2017 00:00:00 UTC</pubDate> |
| 15 | + <author>Enthusiastic Hugo User</author> |
| 16 | + <guid>https://softlayer.github.io/release_notes/2017/20170927/</guid> |
| 17 | + <description> |
| 18 | + |
| 19 | +<h4 id="portal">Portal</h4> |
| 20 | + |
| 21 | +<ul> |
| 22 | +<li><a href="https://console.bluemix.net/docs/infrastructure/security-groups/sg_overview.html#about-security-groups">Security Groups</a> are now live in the customer portal at <a href="https://control.softlayer.com/security/securitygroups">https://control.softlayer.com/security/securitygroups</a>.</li> |
| 23 | +<li>Pushed some code to tidy up the Virtual Guest Family size order forms.</li> |
| 24 | +</ul> |
| 25 | + |
| 26 | +<h4 id="api">API</h4> |
| 27 | + |
| 28 | +<ul> |
| 29 | +<li>Created the <a href="http://sldn.softlayer.com/reference/services/SoftLayer_Account/enableEuLocalizedProcessing">enableEuLocalizedProcessing</a> and <a href="http://sldn.softlayer.com/reference/services/SoftLayer_Account/disableEuLocalizedProcessing">disableEuLocalizedProcessing</a> methods for the <a href="http://sldn.softlayer.com/reference/services/SoftLayer_Account">SoftLayer_Account</a>.</li> |
| 30 | +</ul> |
| 31 | + |
| 32 | +<h4 id="backend">Backend</h4> |
| 33 | + |
| 34 | +<ul> |
| 35 | +<li>None</li> |
| 36 | +</ul> |
| 37 | +</description> |
| 38 | + </item> |
10 | 39 |
|
11 | 40 | <item> |
12 | 41 | <title>Release notes: September 21, 2017</title> |
@@ -1222,40 +1251,6 @@ secGroupId = 70501 |
1222 | 1251 | getAll = client['SoftLayer_Network_SecurityGroup'].object_with_id(secGroupId).getAllObjects |
1223 | 1252 | pp getAll |
1224 | 1253 | </code></pre> |
1225 | | -</description> |
1226 | | - </item> |
1227 | | - |
1228 | | - <item> |
1229 | | - <title>Get Dedicated Host Allocation</title> |
1230 | | - <link>https://softlayer.github.io/python/getdedihostallocation/</link> |
1231 | | - <pubDate>Fri, 04 Aug 2017 00:00:00 UTC</pubDate> |
1232 | | - <author>Enthusiastic Hugo User</author> |
1233 | | - <guid>https://softlayer.github.io/python/getdedihostallocation/</guid> |
1234 | | - <description><p>The first thing you need to get is a list of the Dedicated Hosts on your account. To list the Dedicated Hosts on your account you can use the following code:</p> |
1235 | | - |
1236 | | -<pre><code class="language-python">import SoftLayer |
1237 | | -from pprint import pprint as pp |
1238 | | - |
1239 | | -client = SoftLayer.Client() |
1240 | | - |
1241 | | -dedicatedHosts = client['SoftLayer_Account'].getDedicatedHosts() |
1242 | | -pp(dedicatedHosts) |
1243 | | -</code></pre> |
1244 | | - |
1245 | | -<p>Once you have the Dedicated Host ID you can use the following code to retrieve the resource allocations on the host.</p> |
1246 | | - |
1247 | | -<pre><code class="language-python">&quot;&quot;&quot; |
1248 | | -@author Ryan TIffany |
1249 | | -&quot;&quot;&quot; |
1250 | | -import SoftLayer |
1251 | | -from pprint import pprint as pp |
1252 | | - |
1253 | | -dedicatedHostId = 10501 |
1254 | | -client = SoftLayer.Client() |
1255 | | - |
1256 | | -getAllocStats = client['SoftLayer_Virtual_DedicatedHost'].getAllocationStatus(id=dedicatedHostId) |
1257 | | -pp(getAllocStats) |
1258 | | -</code></pre> |
1259 | 1254 | </description> |
1260 | 1255 | </item> |
1261 | 1256 |
|
|
0 commit comments