Skip to content

Commit

Permalink
Merge pull request #345 from softlayer/1718395887
Browse files Browse the repository at this point in the history
20240617 release
  • Loading branch information
allmightyspiff authored Jun 17, 2024
2 parents 8cc47f6 + 8a4db7b commit 125d005
Show file tree
Hide file tree
Showing 84 changed files with 3,193 additions and 988 deletions.
2 changes: 1 addition & 1 deletion article/object-filters/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ <h3 id="between-dates">Between Dates</h3>
},
{
'name': 'endDate',
'value': ['01/31/2015]
'value': ['01/31/2015']
}
]
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion classes/SoftLayer_Account/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ <h3>reference</h3>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/getActiveColocationContainers/">getActiveColocationContainers</a>
<div class="meta">The account&#39;s active top level colocation containers.</div>
<div class="meta">Deprecated.</div>
</li>

<li>
Expand Down
6 changes: 3 additions & 3 deletions classes/SoftLayer_Account_Lockdown_Request/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ <h3>reference</h3>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account_Lockdown_Request/disableLockedAccount/">disableLockedAccount</a>
<div class="meta">Takes the original lockdown request ID, and an optional disable date. If no date is passed with the API call, the account will be disabled immediately. Otherwise, the account will be disabled on the date given. All hardware will be reclaimed and all accounts permanently disabled. </div>
<div class="meta">Takes the original lockdown request ID. The account will be disabled immediately. All hardware will be reclaimed and all accounts permanently disabled. </div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account_Lockdown_Request/disconnectCompute/">disconnectCompute</a>
<div class="meta">Takes an account ID and an optional disconnect date. If no disconnect date is passed into the API call, the account disconnection will happen immediately. Otherwise, the account disconnection will happen on the date given. A brand account request ID will be returned and will then be updated when the disconnection occurs. </div>
<div class="meta">Takes an account ID. Note the disconnection will happen immediately. A brand account request ID will be returned and will then be updated when the disconnection occurs. </div>
</li>

<li>
Expand All @@ -147,7 +147,7 @@ <h3>reference</h3>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account_Lockdown_Request/reconnectCompute/">reconnectCompute</a>
<div class="meta">Takes the original disconnected lockdown event ID, and an optional reconnect date. If no reconnect date is passed with the API call, the account reconnection will happen immediately. Otherwise, the account reconnection will happen on the date given. The associated lockdown event will be unlocked and closed at that time. </div>
<div class="meta">Takes the original disconnected lockdown request ID. The account reconnection will happen immediately. The associated lockdown event will be unlocked and closed at that time. </div>
</li>

<li>
Expand Down
5 changes: 5 additions & 0 deletions classes/SoftLayer_Hardware/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,11 @@ <h3>reference</h3>
<div class="meta">Whether or not this hardware object is eligible to change to term billing.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware/getIsCloudReadyNodeCertified/">getIsCloudReadyNodeCertified</a>
<div class="meta">Determine if hardware object has the IBM_CLOUD_READY_NODE_CERTIFIED attribute.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware/getLastTransaction/">getLastTransaction</a>
<div class="meta">Information regarding the last transaction a server performed.</div>
Expand Down
7 changes: 7 additions & 0 deletions classes/SoftLayer_Hardware/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware/getIsBillingTermChangeAvailableFlag/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware/{SoftLayer_HardwareID}/getIsBillingTermChangeAvailableFlag&amp;#39; </description>
</item>
<item>
<title>getIsCloudReadyNodeCertified</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware/getIsCloudReadyNodeCertified/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware/getIsCloudReadyNodeCertified/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware/{SoftLayer_HardwareID}/getIsCloudReadyNodeCertified&amp;#39; </description>
</item>
<item>
<title>getLastTransaction</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware/getLastTransaction/</link>
Expand Down
5 changes: 5 additions & 0 deletions classes/SoftLayer_Hardware_Router/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,11 @@ <h3>reference</h3>
<div class="meta">Whether or not this hardware object is eligible to change to term billing.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Router/getIsCloudReadyNodeCertified/">getIsCloudReadyNodeCertified</a>
<div class="meta">Determine if hardware object has the IBM_CLOUD_READY_NODE_CERTIFIED attribute.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Router/getLastTransaction/">getLastTransaction</a>
<div class="meta">Information regarding the last transaction a server performed.</div>
Expand Down
7 changes: 7 additions & 0 deletions classes/SoftLayer_Hardware_Router/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Router/getIsBillingTermChangeAvailableFlag/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Router/{SoftLayer_Hardware_RouterID}/getIsBillingTermChangeAvailableFlag&amp;#39; </description>
</item>
<item>
<title>getIsCloudReadyNodeCertified</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Router/getIsCloudReadyNodeCertified/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Router/getIsCloudReadyNodeCertified/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Router/{SoftLayer_Hardware_RouterID}/getIsCloudReadyNodeCertified&amp;#39; </description>
</item>
<item>
<title>getLastTransaction</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Router/getLastTransaction/</link>
Expand Down
5 changes: 5 additions & 0 deletions classes/SoftLayer_Hardware_SecurityModule/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,11 @@ <h3>reference</h3>
<div class="meta">Determine if remote management has been disabled due to port speed.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/getIsNfsCapable/">getIsNfsCapable</a>
<div class="meta">A server that has nfs capable drive.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/getIsQeInternalServer/">getIsQeInternalServer</a>
<div class="meta">Determine if hardware object has the QE_INTERNAL_SERVER attribute.</div>
Expand Down
7 changes: 7 additions & 0 deletions classes/SoftLayer_Hardware_SecurityModule/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/getIsIpmiDisabled/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/getIsIpmiDisabled&amp;#39; </description>
</item>
<item>
<title>getIsNfsCapable</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/getIsNfsCapable/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/getIsNfsCapable/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/getIsNfsCapable&amp;#39; </description>
</item>
<item>
<title>getIsQeInternalServer</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/getIsQeInternalServer/</link>
Expand Down
5 changes: 5 additions & 0 deletions classes/SoftLayer_Hardware_SecurityModule750/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,11 @@ <h3>reference</h3>
<div class="meta">Determine if remote management has been disabled due to port speed.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/getIsNfsCapable/">getIsNfsCapable</a>
<div class="meta">A server that has nfs capable drive.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/getIsQeInternalServer/">getIsQeInternalServer</a>
<div class="meta">Determine if hardware object has the QE_INTERNAL_SERVER attribute.</div>
Expand Down
7 changes: 7 additions & 0 deletions classes/SoftLayer_Hardware_SecurityModule750/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/getIsIpmiDisabled/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/getIsIpmiDisabled&amp;#39; </description>
</item>
<item>
<title>getIsNfsCapable</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/getIsNfsCapable/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/getIsNfsCapable/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/getIsNfsCapable&amp;#39; </description>
</item>
<item>
<title>getIsQeInternalServer</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/getIsQeInternalServer/</link>
Expand Down
5 changes: 5 additions & 0 deletions classes/SoftLayer_Hardware_Server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,11 @@ <h3>reference</h3>
<div class="meta">Determine if remote management has been disabled due to port speed.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getIsNfsCapable/">getIsNfsCapable</a>
<div class="meta">A server that has nfs capable drive.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getIsQeInternalServer/">getIsQeInternalServer</a>
<div class="meta">Determine if hardware object has the QE_INTERNAL_SERVER attribute.</div>
Expand Down
7 changes: 7 additions & 0 deletions classes/SoftLayer_Hardware_Server/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getIsIpmiDisabled/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/getIsIpmiDisabled&amp;#39; </description>
</item>
<item>
<title>getIsNfsCapable</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getIsNfsCapable/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getIsNfsCapable/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/getIsNfsCapable&amp;#39; </description>
</item>
<item>
<title>getIsQeInternalServer</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getIsQeInternalServer/</link>
Expand Down
52 changes: 30 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,36 @@
<h1>Release Notes</h1>
<div class="col-md-9">

<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2024/20240614/"> June 14, 2024</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>Skip PV driver checks if the guest attribute is set to do so.. Skip PV driver checks when guest attribute is present VIRT-12857</li>
<li>New orm key on server class for the nfsCapable attribute. Create a new ORM key on the Server class to identify if it is NFS only METAL-6139</li>
<li>Added customer ssh key manage permission check . Move Permissions check to validatePermission method IMAGE-2400</li>
<li>Deprecation of datatypes NETWORK-14481:
<ul>
<li>SoftLayer_Network_Service_Health</li>
<li>SoftLayer_Network_Service_Health_Status</li>
</ul>
</li>
</ul>

</div>
</div>
</div>
</div>





<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2024/20240605/"> June 5, 2024</a>
Expand Down Expand Up @@ -395,28 +425,6 @@ <h4 id="api">API</h4>



<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2023/20231220/"> December 20, 2023</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>Deprecation of SoftLayer_Account::transcodeAccounts</li>
</ul>

</div>
</div>
</div>
</div>





</div>


Expand Down
4 changes: 2 additions & 2 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<language>en-US</language>
<author>Enthusiastic Hugo User</author>
<rights>Copyright (c) 2014, Enthusiastic Hugo User; all rights reserved.</rights>
<updated>Wed, 05 Jun 2024 00:00:00 UTC</updated>
<updated>Fri, 14 Jun 2024 00:00:00 UTC</updated>

<item>
<title>Release_notes</title>
<link>https://sldn.softlayer.com/release_notes/</link>
<pubDate>Wed, 05 Jun 2024 00:00:00 UTC</pubDate>
<pubDate>Fri, 14 Jun 2024 00:00:00 UTC</pubDate>
<author>Enthusiastic Hugo User</author>
<guid>https://sldn.softlayer.com/release_notes/</guid>
<description></description>
Expand Down
85 changes: 27 additions & 58 deletions page/10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,33 @@
<h1>Release Notes</h1>
<div class="col-md-9">

<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2020/20200814/"> August 14, 2020</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Fixed an issue where &ldquo;Transaction in progress&rdquo; was shown for a completed captured image</li>
<li>Prevent user from capturing image with no billing items</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>IPMI must be enable to start capture transactions</li>
</ul>

</div>
</div>
</div>
</div>





<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2020/20200807/"> August 7, 2020</a>
Expand Down Expand Up @@ -425,64 +452,6 @@ <h4 id="catalog">Catalog</h4>



<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2020/20200515/"> May 15, 2020</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>customers can better identify which specific storage product is on their bills</li>
<li>Added regions to <a href="https://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest_Block_Device_Template_Group/getRegions/">SoftLayer_Virtual_Guest_Block_Device_Template_Group</a></li>
<li>Added <a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Gateway/getAllowedOsPriceIds">SoftLayer_Network_Gateway::getAllowedOsPriceIds()</a></li>
<li>
<ul>
<li>Added <a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Gateway/isLicenseServerAllowed">SoftLayer_Network_Gateway::isLicenseServerAllowed()</a></li>
</ul>
</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Fix emails when substitutions have extended characters</li>
</ul>
<h4 id="catalog">Catalog</h4>
<ul>
<li>Remove Item ID 11327 from Package 2634 as it is not qualified by HWSOL.</li>
<li>Add 8280 processor to 1111 and 2670 packages</li>
<li>Add 2-CPU SAP-certified Intel Cascade Lake servers for HANA</li>
<li>Add 4-CPU SAP-certified Intel Cascade Lake servers for HANA</li>
<li>Add WDC04 to product package 2670</li>
<li>New Release: Microsoft SQL Server 2019</li>
<li>Enable 4U E5-2650v4 in TOK05</li>
<li>Add SJC01, SJC03 and SJC04 to package 2634</li>
<li>Remove DAL07, MEL01, &amp; SEA01 from Catalog/Order Forms</li>
<li>Add GPU VSIs to IKS GPU package
<ul>
<li>AC1.8x60x25</li>
<li>AC1.8x60x100 (SAN)</li>
<li>ACL1.8x60x100 (LOCAL)</li>
<li>AC1.16x120x25</li>
<li>AC1.16x120x100 (SAN)</li>
<li>ACL1.16x120x100 (LOCAL)</li>
</ul>
</li>
<li>Remove the 2TB SATA HDD from product package 2670</li>
<li>Add Intel Optane PCIe Drives to product package 2670</li>
<li>Retire Habanero Offering q</li>
</ul>

</div>
</div>
</div>
</div>





</div>


Expand Down
Loading

0 comments on commit 125d005

Please sign in to comment.