Skip to content

Commit 046c71d

Browse files
Merge pull request #372 from softlayer/1763502694
20251118 Release
2 parents 0165be9 + 2493a15 commit 046c71d

434 files changed

Lines changed: 7561 additions & 14297 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

classes/SoftLayer_Account/index.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,14 +1570,14 @@ <h3>reference</h3>
15701570

15711571
<li>
15721572
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/getActivePackages/">getActivePackages</a>
1573-
<div class="meta">This method will return the [SoftLayer_Product_Package](/reference/datatypes/SoftLayer_Product_Package) objects from which you can order a bare metal server, virtual server, service (such as CDN or Object Storage) or other software. Once you have the package you want to order from, you may query one of various endpoints from that package to get specific information about its products and pricing. See [SoftLayer_Product_Package::getCategories](/reference/services/SoftLayer_Product_Package/getCategories) or [SoftLayer_Product_Package::getItems](/reference/services/SoftLayer_Product_Package/getItems) for more information.
1573+
<div class="meta">This method will return the [SoftLayer_Product_Package](/reference/datatypes/SoftLayer_Product_Package) objects from which you can order a bare metal server, virtual server, service (such as Object Storage) or other software. Once you have the package you want to order from, you may query one of various endpoints from that package to get specific information about its products and pricing. See [SoftLayer_Product_Package::getCategories](/reference/services/SoftLayer_Product_Package/getCategories) or [SoftLayer_Product_Package::getItems](/reference/services/SoftLayer_Product_Package/getItems) for more information.
15741574
Packages that have been retired will not appear in this result set. </div>
15751575
</li>
15761576

15771577
<li>
15781578
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/getActivePackagesByAttribute/">getActivePackagesByAttribute</a>
15791579
<div class="meta">&lt;strong&gt;This method is deprecated and should not be used in production code.&lt;/strong&gt;
1580-
This method will return the [SoftLayer_Product_Package](/reference/datatypes/SoftLayer_Product_Package) objects from which you can order a bare metal server, virtual server, service (such as CDN or Object Storage) or other software filtered by an attribute type associated with the package. Once you have the package you want to order from, you may query one of various endpoints from that package to get specific information about its products and pricing. See [SoftLayer_Product_Package::getCategories](/reference/services/SoftLayer_Product_Package/getCategories) or [SoftLayer_Product_Package::getItems](/reference/services/SoftLayer_Product_Package/getItems) for more information. </div>
1580+
This method will return the [SoftLayer_Product_Package](/reference/datatypes/SoftLayer_Product_Package) objects from which you can order a bare metal server, virtual server, service (such as Object Storage) or other software filtered by an attribute type associated with the package. Once you have the package you want to order from, you may query one of various endpoints from that package to get specific information about its products and pricing. See [SoftLayer_Product_Package::getCategories](/reference/services/SoftLayer_Product_Package/getCategories) or [SoftLayer_Product_Package::getItems](/reference/services/SoftLayer_Product_Package/getItems) for more information. </div>
15811581
</li>
15821582

15831583
<li>
@@ -2161,11 +2161,6 @@ <h3>reference</h3>
21612161
<div class="meta">An account&#39;s master user.</div>
21622162
</li>
21632163

2164-
<li>
2165-
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/getMediaDataTransferRequests/">getMediaDataTransferRequests</a>
2166-
<div class="meta">An account&#39;s media transfer service requests.</div>
2167-
</li>
2168-
21692164
<li>
21702165
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/getMigratedToIbmCloudPortalFlag/">getMigratedToIbmCloudPortalFlag</a>
21712166
<div class="meta">Flag indicating whether this account is restricted to the IBM Cloud portal.</div>

classes/SoftLayer_Account/index.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,13 +1422,6 @@
14221422
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Account/getMasterUser/</guid>
14231423
<description>&lt;h3 id=&#34;getMasterUser-example&#34; class=&#34;anchor-link&#34;&gt;&lt;a href=&#34;#getMasterUser-example&#34;&gt;REST Example&lt;/a&gt; &lt;a href=&#34;https://sldn.softlayer.com/article/rest/&#34;&gt;&lt;i class=&#34;fas fa-question&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;curl -g -u &lt;span class=&#34;nv&#34;&gt;$SL_USER&lt;/span&gt;:&lt;span class=&#34;nv&#34;&gt;$SL_APIKEY&lt;/span&gt; -X GET &lt;span class=&#34;se&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getMasterUser&amp;#39;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
14241424
</item>
1425-
<item>
1426-
<title>getMediaDataTransferRequests</title>
1427-
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Account/getMediaDataTransferRequests/</link>
1428-
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
1429-
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Account/getMediaDataTransferRequests/</guid>
1430-
<description>&lt;h3 id=&#34;getMediaDataTransferRequests-example&#34; class=&#34;anchor-link&#34;&gt;&lt;a href=&#34;#getMediaDataTransferRequests-example&#34;&gt;REST Example&lt;/a&gt; &lt;a href=&#34;https://sldn.softlayer.com/article/rest/&#34;&gt;&lt;i class=&#34;fas fa-question&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;curl -g -u &lt;span class=&#34;nv&#34;&gt;$SL_USER&lt;/span&gt;:&lt;span class=&#34;nv&#34;&gt;$SL_APIKEY&lt;/span&gt; -X GET &lt;span class=&#34;se&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getMediaDataTransferRequests&amp;#39;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
1431-
</item>
14321425
<item>
14331426
<title>getMigratedToIbmCloudPortalFlag</title>
14341427
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Account/getMigratedToIbmCloudPortalFlag/</link>

classes/SoftLayer_Container_Bandwidth_GraphOutputs/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -198,16 +198,6 @@ <h3>python</h3>
198198

199199
</ul>
200200

201-
<h3>reference</h3>
202-
<ul>
203-
204-
<li>
205-
<a href="https://sldn.softlayer.com/reference/datatypes/SoftLayer_Container_Bandwidth_GraphOutputs/">SoftLayer_Container_Bandwidth_GraphOutputs</a>
206-
<div class="meta">SoftLayer_Container_Bandwidth_GraphOutputs models a single outbound object for a given bandwidth graph.</div>
207-
</li>
208-
209-
</ul>
210-
211201
<h3>ruby</h3>
212202
<ul>
213203

classes/SoftLayer_Container_Bandwidth_GraphOutputs/index.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
<guid>https://sldn.softlayer.com/python/bandwidthData/</guid>
1616
<description>&lt;h3 id=&#34;data-time-alignment&#34;&gt;Data Time Alignment&lt;/h3&gt;&#xA;&lt;p&gt;The &lt;a href=&#34;https://sldn.softlayer.com/reference/services/SoftLayer_Metric_Tracking_Object/&#34;&gt;SoftLayer_Metric_TrackingObject&lt;/a&gt; class will auto-align your requested time to its nearest data collection boundary.&lt;/p&gt;&#xA;&lt;p&gt;For example, if you wanted bandwidth data from &lt;code&gt;2019-02-03T00:30:00&lt;/code&gt; to &lt;code&gt;2019-02-04T00:30:01&lt;/code&gt; with a 3600s rollup, you would get data back from &lt;code&gt;2019-02-03T01:00:00&lt;/code&gt; to &lt;code&gt;2019-02-04T00:00:00&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is especially problematic when requesting rollups for 12 and 24 hour periods. For these, the collection boundary starts at 00:00 UTC. So if you are in CST timezone for example, your request of data from &lt;code&gt;2019-02-03T00:00:00&lt;/code&gt; to &lt;code&gt;2019-02-04T00:00:00&lt;/code&gt; will get aligned to &lt;code&gt;2019-02-03T18:00:00-06:00&lt;/code&gt; and &lt;code&gt;2019-02-03T18:00:00-06:00&lt;/code&gt;&lt;/p&gt;</description>
1717
</item>
18-
<item>
19-
<title>SoftLayer_Container_Bandwidth_GraphOutputs</title>
20-
<link>https://sldn.softlayer.com/reference/datatypes/SoftLayer_Container_Bandwidth_GraphOutputs/</link>
21-
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
22-
<guid>https://sldn.softlayer.com/reference/datatypes/SoftLayer_Container_Bandwidth_GraphOutputs/</guid>
23-
<description></description>
24-
</item>
2518
<item>
2619
<title>Bandwidth</title>
2720
<link>https://sldn.softlayer.com/csharp/bandwidth/</link>

classes/SoftLayer_Hardware/index.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -741,11 +741,6 @@ <h3>reference</h3>
741741
<div class="meta">All network hardware downstream from the selected piece of hardware.</div>
742742
</li>
743743

744-
<li>
745-
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware/getDownstreamNetworkHardwareWithIncidents/">getDownstreamNetworkHardwareWithIncidents</a>
746-
<div class="meta">All network hardware with monitoring warnings or errors that are downstream from the selected piece of hardware. [DEPRECATED]</div>
747-
</li>
748-
749744
<li>
750745
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware/getDownstreamServers/">getDownstreamServers</a>
751746
<div class="meta">Information regarding all servers attached downstream to a piece of network hardware.</div>
@@ -999,11 +994,6 @@ <h3>reference</h3>
999994
<div class="meta">The value of a hardware&#39;s network status attribute. [DEPRECATED]</div>
1000995
</li>
1001996

1002-
<li>
1003-
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware/getNetworkStatusAttribute/">getNetworkStatusAttribute</a>
1004-
<div class="meta">The hardware&#39;s related network status attribute. [DEPRECATED]</div>
1005-
</li>
1006-
1007997
<li>
1008998
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware/getNetworkStorage/">getNetworkStorage</a>
1009999
<div class="meta">Information regarding a piece of hardware&#39;s associated network storage service account.</div>
@@ -1244,11 +1234,6 @@ <h3>reference</h3>
12441234
<div class="meta"></div>
12451235
</li>
12461236

1247-
<li>
1248-
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware/getStorageNetworkComponents/">getStorageNetworkComponents</a>
1249-
<div class="meta">A piece of hardware&#39;s private storage network components. [Deprecated]</div>
1250-
</li>
1251-
12521237
<li>
12531238
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware/getTagReferences/">getTagReferences</a>
12541239
<div class="meta"></div>

0 commit comments

Comments
 (0)