Skip to content

Commit

Permalink
Merge pull request #351 from softlayer/1720810326
Browse files Browse the repository at this point in the history
20240712 release
  • Loading branch information
allmightyspiff authored Jul 12, 2024
2 parents a92f50d + db99c55 commit 3093b4a
Show file tree
Hide file tree
Showing 112 changed files with 4,154 additions and 1,659 deletions.
10 changes: 10 additions & 0 deletions classes/SoftLayer_Account/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2313,6 +2313,11 @@ <h3>reference</h3>
<div class="meta">Return an account&#39;s next invoice detailed portion in PDF format. The &#39;next invoice&#39; is what a customer will be billed on their next invoice, assuming no changes are made. Currently this does not include Bandwidth Pooling charges.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoicePlatformServicesTotalAmount/">getNextInvoicePlatformServicesTotalAmount</a>
<div class="meta">The pre-tax platform services total amount of an account&#39;s next invoice.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoiceRecurringAmountEligibleForAccountDiscount/">getNextInvoiceRecurringAmountEligibleForAccountDiscount</a>
<div class="meta">The total recurring charge amount of an account&#39;s next invoice eligible for account discount measured in US Dollars ($USD), assuming no changes or charges occur between now and time of billing.</div>
Expand Down Expand Up @@ -2538,6 +2543,11 @@ <h3>reference</h3>
<div class="meta">An account&#39;s associated portal users with PPTP VPN access. (Deprecated)</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/getPreOpenRecurringInvoices/">getPreOpenRecurringInvoices</a>
<div class="meta">An account&#39;s invoices in the PRE_OPEN status.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/getPreviousRecurringRevenue/">getPreviousRecurringRevenue</a>
<div class="meta">The total recurring amount for an accounts previous revenue.</div>
Expand Down
14 changes: 14 additions & 0 deletions classes/SoftLayer_Account/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1639,6 +1639,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoicePdfDetailed/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X POST -d &amp;#39;{&amp;#34;parameters&amp;#34;: [dateTime]}&amp;#39; \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getNextInvoicePdfDetailed&amp;#39; </description>
</item>
<item>
<title>getNextInvoicePlatformServicesTotalAmount</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoicePlatformServicesTotalAmount/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoicePlatformServicesTotalAmount/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getNextInvoicePlatformServicesTotalAmount&amp;#39; </description>
</item>
<item>
<title>getNextInvoiceRecurringAmountEligibleForAccountDiscount</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Account/getNextInvoiceRecurringAmountEligibleForAccountDiscount/</link>
Expand Down Expand Up @@ -1954,6 +1961,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Account/getPptpVpnUsers/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getPptpVpnUsers&amp;#39; </description>
</item>
<item>
<title>getPreOpenRecurringInvoices</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Account/getPreOpenRecurringInvoices/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Account/getPreOpenRecurringInvoices/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getPreOpenRecurringInvoices&amp;#39; </description>
</item>
<item>
<title>getPreviousRecurringRevenue</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Account/getPreviousRecurringRevenue/</link>
Expand Down
68 changes: 23 additions & 45 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,29 @@
<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/20240712/"> July 12, 2024</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<p>-Properties added for continue support of 3DS to ensure uninterrupted workflow.. 3DS Data Field Changes ACCT-8362</p>
<ul>
<li>Update OS reload block for nfsCapable servers vsphere 7 -&gt; vsphere 8. METAL-6189</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/20240705/"> July 5, 2024</a>
Expand Down Expand Up @@ -412,51 +435,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/2024/20240322/"> March 22, 2024</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>Added new vendor codes for vmware add ons. Create new vendor code for VMWare VCF Addons SOFTWARE-1890</li>
<li>Fix regenerating quotes with default partition template ids &gt; 1 and custom partitions disabled. Failures ordering from quotes with a default partition template and a package that disables custom partitions
SALES-14340</li>
<li>Fix for a problem on VSI orders with Windows on other environments outside of commercial.. Account for different default template IDs across environments SALES-14284</li>
<li>Disallow migrating dedicated hosts to non-dedicated hosts. Instead create a separate page for dedicated guests.. Disallow migrating dedicated hosts to non-dedicated hosts VIRT-12349</li>
<li>Removal of API endpoints associated with subnet registrations:
<ul>
<li>SoftLayer_Account_Regional_Registry_Detail_Property.createObject/createObjects</li>
<li>SoftLayer_Account_Regional_Registry_Detail_Property.editObject/editObjects</li>
<li>SoftLayer_Account_Regional_Registry_Detail_Property.deleteObject</li>
<li>SoftLayer_Account_Regional_Registry_Detail.createObject</li>
<li>SoftLayer_Account_Regional_Registry_Detail.editObject</li>
<li>SoftLayer_Account_Regional_Registry_Detail.deleteObject</li>
<li>SoftLayer_Account_Regional_Registry_Detail.validatePersonForAllRegistrars</li>
<li>SoftLayer_Network_Subnet_Registration_Details.createObject</li>
<li>SoftLayer_Network_Subnet_Registration_Details.deleteObject</li>
<li>SoftLayer_Network_Subnet_Registration.createObject/createObjects</li>
<li>SoftLayer_Network_Subnet_Registration.editObject</li>
<li>SoftLayer_Network_Subnet_Registration.clearRegistration</li>
<li>SoftLayer_Network_Subnet_Registration.editRegistrationAttachedDetails.</li>
<li>Cut off SLDN access to RIR functionality other than read NETWORK-14347</li>
</ul>
</li>
<li>Expose reconfigureConsole method on SLDN but only function on Federal. Allow FED customers to reconfigure their KVM console VIRT-12914</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>Fri, 05 Jul 2024 00:00:00 UTC</updated>
<updated>Fri, 12 Jul 2024 00:00:00 UTC</updated>

<item>
<title>Release_notes</title>
<link>https://sldn.softlayer.com/release_notes/</link>
<pubDate>Fri, 05 Jul 2024 00:00:00 UTC</pubDate>
<pubDate>Fri, 12 Jul 2024 00:00:00 UTC</pubDate>
<author>Enthusiastic Hugo User</author>
<guid>https://sldn.softlayer.com/release_notes/</guid>
<description></description>
Expand Down
75 changes: 29 additions & 46 deletions page/10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,35 @@
<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/20200911/"> September 11, 2020</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>throw an exception if we customer requests refresh on duplicate which has replicas. <code>SoftLayerAPIError(SoftLayer_Exception_InvalidValue): Invalid value provided for 'Duplicate Volume is unable to be refreshed while it has replica.'.</code></li>
<li>Allow snapshots to be refreshed on independent Volumes.</li>
<li>New SoftLayer_Network_Storage::refreshDuplicate() API call. Utilizes same parameters as SoftLayer_Network_Storage::refreshDependentDuplicate().</li>
<li>Exposed isCloudInit method on the Virtual_Guest class and cloudInitiFlag ORM key attribute on the SoftLayer_Virtual_Guest_Block_Device_Template class</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Fix for billing upgrade order perf type volumes in dependent and independent refresh.</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/20200904/"> September 4, 2020</a>
Expand Down Expand Up @@ -429,52 +458,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/20200619/"> June 19, 2020</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>
<p>Implement disabledSnapshot for Block and File volume replicas</p>
<ul>
<li><a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Storage/disableSnapshots/">SoftLayer_Network_Storage::disableSnapshots</a></li>
</ul>
</li>
<li>
<p>Prevent detach of local disks for VSIs greater than 300GB</p>
<ul>
<li>Exception:</li>
</ul>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-xml" data-lang="xml"><span class="line"><span class="cl"><span class="nt">&lt;faultcode&gt;</span>SoftLayer_Exception_Public<span class="nt">&lt;/faultcode&gt;</span>
</span></span><span class="line"><span class="cl"><span class="nt">&lt;faultstring&gt;</span>Disk capacity exceeds the maximum size eligible for portability on local storage and can not be detached.<span class="nt">&lt;/faultstring&gt;</span>
</span></span></code></pre></div></li>
<li>
<p>Fixed an issue causing fixed configurations to not handle disk controller limits properly.</p>
<ul>
<li>When verifying or placing an order, fixed configuration presets will populate the <code>storageGroups</code> property on server order containers with those defined by their preset, rather than remaining empty. Verifying an order now does not fail if the <code>storageGroups</code> property is set when a fixed configuration preset is also provided. Any storage groups will be ignored in favor of the preset&rsquo;s.</li>
<li>The order response will now contain the fixed config preset&rsquo;s storage groups on verifyOrder and placeOrder responses.</li>
</ul>
</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Remove advanced monitoring/nimsoft as a requirement for managed services servers</li>
</ul>

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





</div>


Expand Down
68 changes: 46 additions & 22 deletions page/11/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,52 @@
<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/20200619/"> June 19, 2020</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>
<p>Implement disabledSnapshot for Block and File volume replicas</p>
<ul>
<li><a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Storage/disableSnapshots/">SoftLayer_Network_Storage::disableSnapshots</a></li>
</ul>
</li>
<li>
<p>Prevent detach of local disks for VSIs greater than 300GB</p>
<ul>
<li>Exception:</li>
</ul>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-xml" data-lang="xml"><span class="line"><span class="cl"><span class="nt">&lt;faultcode&gt;</span>SoftLayer_Exception_Public<span class="nt">&lt;/faultcode&gt;</span>
</span></span><span class="line"><span class="cl"><span class="nt">&lt;faultstring&gt;</span>Disk capacity exceeds the maximum size eligible for portability on local storage and can not be detached.<span class="nt">&lt;/faultstring&gt;</span>
</span></span></code></pre></div></li>
<li>
<p>Fixed an issue causing fixed configurations to not handle disk controller limits properly.</p>
<ul>
<li>When verifying or placing an order, fixed configuration presets will populate the <code>storageGroups</code> property on server order containers with those defined by their preset, rather than remaining empty. Verifying an order now does not fail if the <code>storageGroups</code> property is set when a fixed configuration preset is also provided. Any storage groups will be ignored in favor of the preset&rsquo;s.</li>
<li>The order response will now contain the fixed config preset&rsquo;s storage groups on verifyOrder and placeOrder responses.</li>
</ul>
</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Remove advanced monitoring/nimsoft as a requirement for managed services servers</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/20200612/"> June 12, 2020</a>
Expand Down Expand Up @@ -499,28 +545,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/2020/20200228/"> February 28, 2020</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>SoftLayer_User_Customer::removeAllVirtualAccess will no longer be blocked when the user has lingering access on a device that is in deleted state.</li>
</ul>

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





</div>


Expand Down
Loading

0 comments on commit 3093b4a

Please sign in to comment.