Skip to content

Commit 090a57a

Browse files
Merge pull request #666 from softlayer/20240614
20240614 release notes
2 parents 2e29727 + d4b2120 commit 090a57a

12 files changed

Lines changed: 295 additions & 58 deletions

File tree

bin/releaseNotes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def __init__(self, apitoken, debug=False):
2424
self.releases = []
2525
self.internal = re.compile(r"internal", re.I)
2626
self.debug = debug
27-
self.verify = '/etc/ssl/certs/allCAbundle.pem'
28-
# self.verify = True
27+
#self.verify = '/etc/ssl/certs/allCAbundle.pem'
28+
self.verify = False
2929

3030
def getReleaseJiras(self, days=7):
3131
jql_project = """project = JIRA"""

content/reference/services/SoftLayer_Account/getActiveColocationContainers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "getActiveColocationContainers"
3-
description: "The account's active top level colocation containers."
3+
description: "Deprecated."
44
date: "2018-02-12"
55
tags:
66
- "method"

content/reference/services/SoftLayer_Account_Lockdown_Request/disableLockedAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "disableLockedAccount"
3-
description: "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. "
3+
description: "Takes the original lockdown request ID. The account will be disabled immediately. All hardware will be reclaimed and all accounts permanently disabled. "
44
date: "2018-02-12"
55
tags:
66
- "method"

content/reference/services/SoftLayer_Account_Lockdown_Request/disconnectCompute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "disconnectCompute"
3-
description: "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. "
3+
description: "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. "
44
date: "2018-02-12"
55
tags:
66
- "method"

content/reference/services/SoftLayer_Account_Lockdown_Request/reconnectCompute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "reconnectCompute"
3-
description: "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. "
3+
description: "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. "
44
date: "2018-02-12"
55
tags:
66
- "method"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "getIsCloudReadyNodeCertified"
3+
description: "Determine if hardware object has the IBM_CLOUD_READY_NODE_CERTIFIED attribute."
4+
date: "2018-02-12"
5+
tags:
6+
- "method"
7+
- "sldn"
8+
- "Hardware"
9+
classes:
10+
- "SoftLayer_Hardware"
11+
type: "reference"
12+
layout: "method"
13+
mainService : "SoftLayer_Hardware"
14+
---
15+
16+
### [REST Example](#getIsCloudReadyNodeCertified-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsCloudReadyNodeCertified-example .anchor-link}
17+
```bash
18+
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware/{SoftLayer_HardwareID}/getIsCloudReadyNodeCertified'
20+
```
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "getIsCloudReadyNodeCertified"
3+
description: "Determine if hardware object has the IBM_CLOUD_READY_NODE_CERTIFIED attribute."
4+
date: "2018-02-12"
5+
tags:
6+
- "method"
7+
- "sldn"
8+
- "Hardware"
9+
classes:
10+
- "SoftLayer_Hardware_Router"
11+
type: "reference"
12+
layout: "method"
13+
mainService : "SoftLayer_Hardware_Router"
14+
---
15+
16+
### [REST Example](#getIsCloudReadyNodeCertified-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsCloudReadyNodeCertified-example .anchor-link}
17+
```bash
18+
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Router/{SoftLayer_Hardware_RouterID}/getIsCloudReadyNodeCertified'
20+
```
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "getIsNfsCapable"
3+
description: "A server that has nfs capable drive."
4+
date: "2018-02-12"
5+
tags:
6+
- "method"
7+
- "sldn"
8+
- "Hardware"
9+
classes:
10+
- "SoftLayer_Hardware_SecurityModule"
11+
type: "reference"
12+
layout: "method"
13+
mainService : "SoftLayer_Hardware_SecurityModule"
14+
---
15+
16+
### [REST Example](#getIsNfsCapable-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsCapable-example .anchor-link}
17+
```bash
18+
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/getIsNfsCapable'
20+
```
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "getIsNfsCapable"
3+
description: "A server that has nfs capable drive."
4+
date: "2018-02-12"
5+
tags:
6+
- "method"
7+
- "sldn"
8+
- "Hardware"
9+
classes:
10+
- "SoftLayer_Hardware_SecurityModule750"
11+
type: "reference"
12+
layout: "method"
13+
mainService : "SoftLayer_Hardware_SecurityModule750"
14+
---
15+
16+
### [REST Example](#getIsNfsCapable-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsCapable-example .anchor-link}
17+
```bash
18+
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/getIsNfsCapable'
20+
```
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "getIsNfsCapable"
3+
description: "A server that has nfs capable drive."
4+
date: "2018-02-12"
5+
tags:
6+
- "method"
7+
- "sldn"
8+
- "Hardware"
9+
classes:
10+
- "SoftLayer_Hardware_Server"
11+
type: "reference"
12+
layout: "method"
13+
mainService : "SoftLayer_Hardware_Server"
14+
---
15+
16+
### [REST Example](#getIsNfsCapable-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsCapable-example .anchor-link}
17+
```bash
18+
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/getIsNfsCapable'
20+
```

0 commit comments

Comments
 (0)