Skip to content

Commit

Permalink
Wed Jun 5 18:22:31 UTC 2024 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
SLDN committed Jun 5, 2024
1 parent 416654d commit 38f67a3
Show file tree
Hide file tree
Showing 98 changed files with 6,080 additions and 2,310 deletions.
5 changes: 5 additions & 0 deletions classes/SoftLayer_Hardware_Component_Model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ <h3>reference</h3>
<div class="meta">The types of attributes that are allowed for a given hardware component model.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Component_Model/getVmwareQualifiedFirmwares/">getVmwareQualifiedFirmwares</a>
<div class="meta"></div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/datatypes/SoftLayer_Hardware_Component_Model/">SoftLayer_Hardware_Component_Model</a>
<div class="meta">The SoftLayer_Hardware_Component_Model data type contains general information relating to a single SoftLayer component model. A component model represents a vendor specific representation of a hardware component. Every piece of hardware on a server will have a specific hardware component model. </div>
Expand Down
7 changes: 7 additions & 0 deletions classes/SoftLayer_Hardware_Component_Model/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Component_Model/getValidAttributeTypes/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Component_Model/{SoftLayer_Hardware_Component_ModelID}/getValidAttributeTypes&amp;#39; </description>
</item>
<item>
<title>getVmwareQualifiedFirmwares</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Component_Model/getVmwareQualifiedFirmwares/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Component_Model/getVmwareQualifiedFirmwares/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Component_Model/{SoftLayer_Hardware_Component_ModelID}/getVmwareQualifiedFirmwares&amp;#39; </description>
</item>
<item>
<title>SoftLayer_Hardware_Component_Model</title>
<link>https://sldn.softlayer.com/reference/datatypes/SoftLayer_Hardware_Component_Model/</link>
Expand Down
10 changes: 10 additions & 0 deletions classes/SoftLayer_Hardware_SecurityModule/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ <h3>reference</h3>
<div class="meta">Captures an Image of the hard disk on the physical machine, based on the capture template parameter. Returns the image template group containing the disk image. </div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/changeRedfishPowerState/">changeRedfishPowerState</a>
<div class="meta">Changes the power state for the server. The server&#39;s power status is changed from its remote management card. </div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/createFirmwareReflashTransaction/">createFirmwareReflashTransaction</a>
<div class="meta">You can launch firmware reflash by selecting from your server list. It will bring your server offline for approximately 60 minutes while the flashes are in progress.
Expand Down Expand Up @@ -1172,6 +1177,11 @@ <h3>reference</h3>
<div class="meta">The last five commands issued to the server&#39;s remote management card.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/getRedfishPowerState/">getRedfishPowerState</a>
<div class="meta">Retrieves the power state for the server. The server&#39;s power status is retrieved from its remote management card. This will return &#39;on&#39; or &#39;off&#39;. </div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/getRegionalInternetRegistry/">getRegionalInternetRegistry</a>
<div class="meta"></div>
Expand Down
14 changes: 14 additions & 0 deletions classes/SoftLayer_Hardware_SecurityModule/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/captureImage/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X POST -d &amp;#39;{&amp;#34;parameters&amp;#34;: [SoftLayer_Container_Disk_Image_Capture_Template]}&amp;#39; \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/captureImage&amp;#39; </description>
</item>
<item>
<title>changeRedfishPowerState</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/changeRedfishPowerState/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/changeRedfishPowerState/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X POST -d &amp;#39;{&amp;#34;parameters&amp;#34;: [string]}&amp;#39; \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/changeRedfishPowerState&amp;#39; </description>
</item>
<item>
<title>createFirmwareReflashTransaction</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/createFirmwareReflashTransaction/</link>
Expand Down Expand Up @@ -1436,6 +1443,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/getRecentRemoteManagementCommands/</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}/getRecentRemoteManagementCommands&amp;#39; </description>
</item>
<item>
<title>getRedfishPowerState</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/getRedfishPowerState/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/getRedfishPowerState/</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}/getRedfishPowerState&amp;#39; </description>
</item>
<item>
<title>getRegionalInternetRegistry</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule/getRegionalInternetRegistry/</link>
Expand Down
10 changes: 10 additions & 0 deletions classes/SoftLayer_Hardware_SecurityModule750/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ <h3>reference</h3>
<div class="meta">Captures an Image of the hard disk on the physical machine, based on the capture template parameter. Returns the image template group containing the disk image. </div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/changeRedfishPowerState/">changeRedfishPowerState</a>
<div class="meta">Changes the power state for the server. The server&#39;s power status is changed from its remote management card. </div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/createFirmwareReflashTransaction/">createFirmwareReflashTransaction</a>
<div class="meta">You can launch firmware reflash by selecting from your server list. It will bring your server offline for approximately 60 minutes while the flashes are in progress.
Expand Down Expand Up @@ -1172,6 +1177,11 @@ <h3>reference</h3>
<div class="meta">The last five commands issued to the server&#39;s remote management card.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/getRedfishPowerState/">getRedfishPowerState</a>
<div class="meta">Retrieves the power state for the server. The server&#39;s power status is retrieved from its remote management card. This will return &#39;on&#39; or &#39;off&#39;. </div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/getRegionalInternetRegistry/">getRegionalInternetRegistry</a>
<div class="meta"></div>
Expand Down
14 changes: 14 additions & 0 deletions classes/SoftLayer_Hardware_SecurityModule750/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/captureImage/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X POST -d &amp;#39;{&amp;#34;parameters&amp;#34;: [SoftLayer_Container_Disk_Image_Capture_Template]}&amp;#39; \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/captureImage&amp;#39; </description>
</item>
<item>
<title>changeRedfishPowerState</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/changeRedfishPowerState/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/changeRedfishPowerState/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X POST -d &amp;#39;{&amp;#34;parameters&amp;#34;: [string]}&amp;#39; \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/changeRedfishPowerState&amp;#39; </description>
</item>
<item>
<title>createFirmwareReflashTransaction</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/createFirmwareReflashTransaction/</link>
Expand Down Expand Up @@ -1436,6 +1443,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/getRecentRemoteManagementCommands/</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}/getRecentRemoteManagementCommands&amp;#39; </description>
</item>
<item>
<title>getRedfishPowerState</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/getRedfishPowerState/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/getRedfishPowerState/</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}/getRedfishPowerState&amp;#39; </description>
</item>
<item>
<title>getRegionalInternetRegistry</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_SecurityModule750/getRegionalInternetRegistry/</link>
Expand Down
10 changes: 10 additions & 0 deletions classes/SoftLayer_Hardware_Server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,11 @@ <h3>reference</h3>
<div class="meta">Captures an Image of the hard disk on the physical machine, based on the capture template parameter. Returns the image template group containing the disk image. </div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/changeRedfishPowerState/">changeRedfishPowerState</a>
<div class="meta">Changes the power state for the server. The server&#39;s power status is changed from its remote management card. </div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/createFirmwareReflashTransaction/">createFirmwareReflashTransaction</a>
<div class="meta">You can launch firmware reflash by selecting from your server list. It will bring your server offline for approximately 60 minutes while the flashes are in progress.
Expand Down Expand Up @@ -1492,6 +1497,11 @@ <h3>reference</h3>
<div class="meta">The last five commands issued to the server&#39;s remote management card.</div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getRedfishPowerState/">getRedfishPowerState</a>
<div class="meta">Retrieves the power state for the server. The server&#39;s power status is retrieved from its remote management card. This will return &#39;on&#39; or &#39;off&#39;. </div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getRegionalInternetRegistry/">getRegionalInternetRegistry</a>
<div class="meta"></div>
Expand Down
14 changes: 14 additions & 0 deletions classes/SoftLayer_Hardware_Server/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/captureImage/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X POST -d &amp;#39;{&amp;#34;parameters&amp;#34;: [SoftLayer_Container_Disk_Image_Capture_Template]}&amp;#39; \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/captureImage&amp;#39; </description>
</item>
<item>
<title>changeRedfishPowerState</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/changeRedfishPowerState/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/changeRedfishPowerState/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X POST -d &amp;#39;{&amp;#34;parameters&amp;#34;: [string]}&amp;#39; \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/changeRedfishPowerState&amp;#39; </description>
</item>
<item>
<title>createFirmwareReflashTransaction</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/createFirmwareReflashTransaction/</link>
Expand Down Expand Up @@ -1485,6 +1492,13 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getRecentRemoteManagementCommands/</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}/getRecentRemoteManagementCommands&amp;#39; </description>
</item>
<item>
<title>getRedfishPowerState</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getRedfishPowerState/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getRedfishPowerState/</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}/getRedfishPowerState&amp;#39; </description>
</item>
<item>
<title>getRegionalInternetRegistry</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getRegionalInternetRegistry/</link>
Expand Down
9 changes: 2 additions & 7 deletions classes/SoftLayer_Location/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,6 @@ <h3>reference</h3>
<div class="meta">Object Storage is only available in select datacenters. This method will return all the datacenters where object storage is available. </div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Location/getBackboneDependents/">getBackboneDependents</a>
<div class="meta"></div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Location/getBnppCompliantFlag/">getBnppCompliantFlag</a>
<div class="meta">A flag indicating whether or not the datacenter/location is BNPP compliant.</div>
Expand Down Expand Up @@ -322,12 +317,12 @@ <h3>reference</h3>

<li>
<a href="https://sldn.softlayer.com/reference/datatypes/SoftLayer_Location/">SoftLayer_Location</a>
<div class="meta">Every piece of hardware and network connection owned by SoftLayer is tracked physically by location and stored in the SoftLayer_Location data type. SoftLayer locations exist in parent/child relationships, a convenient way to track equipment from it&#39;s city, datacenter, server room, rack, then slot. Network backbones are tied to datacenters only, not to a room, rack, or slot. </div>
<div class="meta">Every piece of hardware and network connection owned by SoftLayer is tracked physically by location and stored in the SoftLayer_Location data type. SoftLayer locations exist in parent/child relationships, a convenient way to track equipment from it&#39;s city, datacenter, server room, rack, then slot. </div>
</li>

<li>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Location/">SoftLayer_Location</a>
<div class="meta">The SoftLayer_Location API service queries SoftLayer&#39;s location tree to find locations for all softlayer resources including bare metal servers, virtual servers, storage repositories, datacenters, points of presence, network backbones, and many more. </div>
<div class="meta">The SoftLayer_Location API service queries SoftLayer&#39;s location tree to find locations for all softlayer resources including bare metal servers, virtual servers, storage repositories, datacenters, points of presence, and many more. </div>
</li>

</ul>
Expand Down
7 changes: 0 additions & 7 deletions classes/SoftLayer_Location/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Location/getAvailableObjectStorageDatacenters/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Location/getAvailableObjectStorageDatacenters&amp;#39; </description>
</item>
<item>
<title>getBackboneDependents</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Location/getBackboneDependents/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://sldn.softlayer.com/reference/services/SoftLayer_Location/getBackboneDependents/</guid>
<description>REST Example curl -g -u $SL_USER:$SL_APIKEY -X GET \ &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Location/{SoftLayer_LocationID}/getBackboneDependents&amp;#39; </description>
</item>
<item>
<title>getBnppCompliantFlag</title>
<link>https://sldn.softlayer.com/reference/services/SoftLayer_Location/getBnppCompliantFlag/</link>
Expand Down
Loading

0 comments on commit 38f67a3

Please sign in to comment.