Skip to content

Commit

Permalink
Merge pull request #663 from softlayer/20240605
Browse files Browse the repository at this point in the history
20240605 release notes
  • Loading branch information
allmightyspiff authored Jun 5, 2024
2 parents 635a260 + 98d0c15 commit 91d128c
Show file tree
Hide file tree
Showing 33 changed files with 424 additions and 704 deletions.
2 changes: 1 addition & 1 deletion content/reference/datatypes/SoftLayer_Location.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SoftLayer_Location"
description: "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's city, datacenter, server room, rack, then slot. Network backbones are tied to datacenters only, not to a room, rack, or slot. "
description: "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's city, datacenter, server room, rack, then slot. "
date: "2018-02-12"
tags:
- "datatype"
Expand Down
14 changes: 0 additions & 14 deletions content/reference/datatypes/SoftLayer_Network_Backbone.md

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "SoftLayer_User_Permission_Department"
description: "Organization of User Permissions into Departments which can be used for dynamic display in user portals "
date: "2018-02-12"
tags:
- "datatype"
- "sldn"
- "User"
classes:
- "SoftLayer_User_Permission_Department"
type: "reference"
layout: "datatype"
mainService : "SoftLayer_User_Permission_Department"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getVmwareQualifiedFirmwares"
description: ""
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Hardware"
classes:
- "SoftLayer_Hardware_Component_Model"
type: "reference"
layout: "method"
mainService : "SoftLayer_Hardware_Component_Model"
---

### [REST Example](#getVmwareQualifiedFirmwares-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getVmwareQualifiedFirmwares-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Component_Model/{SoftLayer_Hardware_Component_ModelID}/getVmwareQualifiedFirmwares'
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "changeRedfishPowerState"
description: "Changes the power state for the server. The server's power status is changed from its remote management card. "
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Hardware"
classes:
- "SoftLayer_Hardware_SecurityModule"
type: "reference"
layout: "method"
mainService : "SoftLayer_Hardware_SecurityModule"
---

### [REST Example](#changeRedfishPowerState-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#changeRedfishPowerState-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/changeRedfishPowerState'
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getRedfishPowerState"
description: "Retrieves the power state for the server. The server's power status is retrieved from its remote management card. This will return 'on' or 'off'. "
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Hardware"
classes:
- "SoftLayer_Hardware_SecurityModule"
type: "reference"
layout: "method"
mainService : "SoftLayer_Hardware_SecurityModule"
---

### [REST Example](#getRedfishPowerState-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getRedfishPowerState-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/getRedfishPowerState'
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "changeRedfishPowerState"
description: "Changes the power state for the server. The server's power status is changed from its remote management card. "
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Hardware"
classes:
- "SoftLayer_Hardware_SecurityModule750"
type: "reference"
layout: "method"
mainService : "SoftLayer_Hardware_SecurityModule750"
---

### [REST Example](#changeRedfishPowerState-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#changeRedfishPowerState-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/changeRedfishPowerState'
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getRedfishPowerState"
description: "Retrieves the power state for the server. The server's power status is retrieved from its remote management card. This will return 'on' or 'off'. "
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Hardware"
classes:
- "SoftLayer_Hardware_SecurityModule750"
type: "reference"
layout: "method"
mainService : "SoftLayer_Hardware_SecurityModule750"
---

### [REST Example](#getRedfishPowerState-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getRedfishPowerState-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/getRedfishPowerState'
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "changeRedfishPowerState"
description: "Changes the power state for the server. The server's power status is changed from its remote management card. "
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Hardware"
classes:
- "SoftLayer_Hardware_Server"
type: "reference"
layout: "method"
mainService : "SoftLayer_Hardware_Server"
---

### [REST Example](#changeRedfishPowerState-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#changeRedfishPowerState-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/changeRedfishPowerState'
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getRedfishPowerState"
description: "Retrieves the power state for the server. The server's power status is retrieved from its remote management card. This will return 'on' or 'off'. "
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Hardware"
classes:
- "SoftLayer_Hardware_Server"
type: "reference"
layout: "method"
mainService : "SoftLayer_Hardware_Server"
---

### [REST Example](#getRedfishPowerState-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getRedfishPowerState-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/getRedfishPowerState'
```
2 changes: 1 addition & 1 deletion content/reference/services/SoftLayer_Location/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SoftLayer_Location"
description: "The SoftLayer_Location API service queries SoftLayer'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. "
description: "The SoftLayer_Location API service queries SoftLayer'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. "
date: "2018-02-12"
tags:
- "service"
Expand Down

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions content/reference/services/SoftLayer_Network_Backbone/_index.md

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions content/reference/services/SoftLayer_Network_Backbone/getHealth.md

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions content/reference/services/SoftLayer_Network_Backbone/getObject.md

This file was deleted.

Loading

0 comments on commit 91d128c

Please sign in to comment.