|
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>Mon, 04 Dec 2017 00:00:00 UTC</updated> |
| 9 | + <updated>Wed, 03 Jan 2018 00:00:00 UTC</updated> |
| 10 | + |
| 11 | + <item> |
| 12 | + <title>Release notes: January 3, 2013</title> |
| 13 | + <link>https://softlayer.github.io/release_notes/2018/20180103/</link> |
| 14 | + <pubDate>Wed, 03 Jan 2018 00:00:00 UTC</pubDate> |
| 15 | + <author>Enthusiastic Hugo User</author> |
| 16 | + <guid>https://softlayer.github.io/release_notes/2018/20180103/</guid> |
| 17 | + <description> |
| 18 | + |
| 19 | +<h4 id="portal">Portal</h4> |
| 20 | + |
| 21 | +<ul> |
| 22 | +<li>Replace &ldquo;formerly IBM Cloud&rdquo; with &ldquo;formerly SoftLayer&rdquo; in all affected templates.</li> |
| 23 | +</ul> |
| 24 | + |
| 25 | +<h4 id="api">API</h4> |
| 26 | + |
| 27 | +<ul> |
| 28 | +<li>Autoscale: Prevent Multiple Scale Actions per Policy. <a href="https://stackoverflow.com/questions/39696067/invalid-guest-template-for-autoscale-in-sl">https://stackoverflow.com/questions/39696067/invalid-guest-template-for-autoscale-in-sl</a></li> |
| 29 | +<li>Only block BYOL sharing and making it public if the software description is a licensed product.</li> |
| 30 | +<li>Adds support for Spot instances to simple VSI ordering. spotGuestFlag would be used to indicate in a createObject() parameter block if the order is for a Spot Instance. <a href="http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject">http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject</a></li> |
| 31 | +<li>Added an API to tell if an account is eligible to link with PaaS. <a href="http://sldn.softlayer.com/reference/services/SoftLayer_Account/isEligibleToLinkWithPaas">http://sldn.softlayer.com/reference/services/SoftLayer_Account/isEligibleToLinkWithPaas</a></li> |
| 32 | +<li></li> |
| 33 | +</ul> |
| 34 | + |
| 35 | +<h4 id="backend">Backend</h4> |
| 36 | + |
| 37 | +<ul> |
| 38 | +<li>This fixes a problem where volumes could be end up with lesser than assigned quota size.</li> |
| 39 | +<li>Removed deprecated abuse field from RIPE registration person details.</li> |
| 40 | +</ul> |
| 41 | +</description> |
| 42 | + </item> |
10 | 43 |
|
11 | 44 | <item> |
12 | 45 | <title>Release notes: December 04, 2017</title> |
@@ -693,90 +726,6 @@ Status id 5 is ACTIVE</p> |
693 | 726 | <li>Added more logic when auto-scaling Virtual Guests. The new logic checks the dates in the logs first and makes sure there are no other provisions or reclaims within the cooldown period of time.</li> |
694 | 727 | <li>Fixed an issue where Virtual Guests being deployed from Image templates were set to Skip OS updates during provisioning.</li> |
695 | 728 | </ul> |
696 | | -</description> |
697 | | - </item> |
698 | | - |
699 | | - <item> |
700 | | - <title>Add, get, edit and remove Security Group rules</title> |
701 | | - <link>https://softlayer.github.io/rest/addgeteditremovesecuritygrouprules/</link> |
702 | | - <pubDate>Mon, 02 Oct 2017 00:00:00 UTC</pubDate> |
703 | | - <author>Enthusiastic Hugo User</author> |
704 | | - <guid>https://softlayer.github.io/rest/addgeteditremovesecuritygrouprules/</guid> |
705 | | - <description> |
706 | | - |
707 | | -<h3 id="add-rules">Add rules</h3> |
708 | | - |
709 | | -<p>Operation: <code>POST</code></p> |
710 | | - |
711 | | -<p>URL: <code>SoftLayer_Network_SecurityGroup/{securitygroup_id}/addRules</code></p> |
712 | | - |
713 | | -<p>Example CURL:</p> |
714 | | - |
715 | | -<pre><code>$ curl --user &quot;$SOFTLAYER_USERNAME:$SOFTLAYER_API_KEY&quot; -X POST 'https://api.softlayer.com/rest/v3/SoftLayer_Network_SecurityGroup/136741/addRules' -d '{&quot;parameters&quot;: [[{&quot;direction&quot;: &quot;ingress&quot;,&quot;portRangeMin&quot;:100,&quot;portRangeMax&quot;:101,&quot;protocol&quot;:&quot;tcp&quot;}]]}' |
716 | | -</code></pre> |
717 | | - |
718 | | -<hr /> |
719 | | - |
720 | | -<h3 id="get-rules">Get rules</h3> |
721 | | - |
722 | | -<p>Operation: <code>GET</code></p> |
723 | | - |
724 | | -<p>URL: <code>SoftLayer_Network_SecurityGroup/{securitygroup_id}/getObject?objectMask=mask[rules]</code></p> |
725 | | - |
726 | | -<p>Example CURL:</p> |
727 | | - |
728 | | -<pre><code>$ curl --user &quot;$SOFTLAYER_USERNAME:$SOFTLAYER_API_KEY&quot; -g -X GET 'https://api.softlayer.com/rest/v3/SoftLayer_Network_SecurityGroup/42401/getObject?objectMask=mask[rules]' |
729 | | -</code></pre> |
730 | | - |
731 | | -<p>Example Response:</p> |
732 | | - |
733 | | -<pre><code>{ |
734 | | - &quot;createDate&quot;: &quot;2017-05-19T14:00:15-05:00&quot;, |
735 | | - &quot;description&quot;: &quot;VSIs in this group respond to ping requests.&quot;, |
736 | | - &quot;id&quot;: 42401, |
737 | | - &quot;modifyDate&quot;: null, |
738 | | - &quot;name&quot;: &quot;allow_ping&quot;, |
739 | | - &quot;rules&quot;: [ |
740 | | - { |
741 | | - &quot;direction&quot;: &quot;ingress&quot;, |
742 | | - &quot;ethertype&quot;: &quot;IPv4&quot;, |
743 | | - &quot;id&quot;: 43001, |
744 | | - &quot;portRangeMax&quot;: 0, |
745 | | - &quot;portRangeMin&quot;: 8, |
746 | | - &quot;protocol&quot;: &quot;icmp&quot;, |
747 | | - &quot;remoteGroupId&quot;: null, |
748 | | - &quot;securityGroupId&quot;: 42401 |
749 | | - } |
750 | | - ] |
751 | | -} |
752 | | - |
753 | | -</code></pre> |
754 | | - |
755 | | -<hr /> |
756 | | - |
757 | | -<h3 id="edit-rules">Edit Rules</h3> |
758 | | - |
759 | | -<p>Operation: <code>PUT</code></p> |
760 | | - |
761 | | -<p>URL: <code>SoftLayer_Network_SecurityGroup/{securitygroup_id}/editRules</code></p> |
762 | | - |
763 | | -<p>Example CURL:</p> |
764 | | - |
765 | | -<pre><code>$ curl --user &quot;$SOFTLAYER_USERNAME:$SOFTLAYER_API_KEY&quot; -X PUT 'https://api.softlayer.com/rest/v3/SoftLayer_Network_SecurityGroup/123456/editRules' -d '{&quot;parameters&quot;: [[{&quot;id&quot;: 11111,&quot;portRangeMin&quot;: 99},{&quot;id&quot;: 22222,&quot;portRangeMin&quot;: 199}]]}' |
766 | | -</code></pre> |
767 | | - |
768 | | -<hr /> |
769 | | - |
770 | | -<h3 id="remove-rules">Remove Rules</h3> |
771 | | - |
772 | | -<p>Operation: <code>PUT</code></p> |
773 | | - |
774 | | -<p>URL: <code>SoftLayer_Network_SecurityGroup/{securitygroup_id}/removeRules</code></p> |
775 | | - |
776 | | -<p>Example CURL:</p> |
777 | | - |
778 | | -<pre><code>$ curl --user &quot;$SOFTLAYER_USERNAME:$SOFTLAYER_API_KEY&quot; -X PUT 'https://api.softlayer.com/rest/v3/SoftLayer_Network_SecurityGroup/123456/removeRules' -d '{&quot;parameters&quot;: [[11111]]}' |
779 | | -</code></pre> |
780 | 729 | </description> |
781 | 730 | </item> |
782 | 731 |
|
|
0 commit comments