-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #659 from softlayer/20240426
20240426 release
- Loading branch information
Showing
11 changed files
with
173 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
content/reference/services/SoftLayer_Network_Backbone/getHealth.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
content/reference/services/SoftLayer_Network_Backbone/getLocation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
content/reference/services/SoftLayer_Network_Backbone/getNetworkComponent.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
content/reference/services/SoftLayer_Network_Gateway_Member/createObject.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "createObject" | ||
description: "Create a new hardware member on the gateway. This also asynchronously sets up the network for this member. Progress of this process can be monitored via the gateway status. All members created with this object must have no VLANs attached. " | ||
date: "2018-02-12" | ||
tags: | ||
- "method" | ||
- "sldn" | ||
- "Network" | ||
classes: | ||
- "SoftLayer_Network_Gateway_Member" | ||
type: "reference" | ||
layout: "method" | ||
mainService : "SoftLayer_Network_Gateway_Member" | ||
--- | ||
|
||
### [REST Example](#createObject-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#createObject-example .anchor-link} | ||
```bash | ||
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Gateway_Member]}' \ | ||
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Gateway_Member/createObject' | ||
``` |
20 changes: 20 additions & 0 deletions
20
content/reference/services/SoftLayer_Network_Gateway_Member/createObjects.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "createObjects" | ||
description: "Create multiple new hardware members on the gateway. This also asynchronously sets up the network for the members. Progress of this process can be monitored via the gateway status. All members created with this object must have no VLANs attached. " | ||
date: "2018-02-12" | ||
tags: | ||
- "method" | ||
- "sldn" | ||
- "Network" | ||
classes: | ||
- "SoftLayer_Network_Gateway_Member" | ||
type: "reference" | ||
layout: "method" | ||
mainService : "SoftLayer_Network_Gateway_Member" | ||
--- | ||
|
||
### [REST Example](#createObjects-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#createObjects-example .anchor-link} | ||
```bash | ||
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Gateway_Member]}' \ | ||
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Gateway_Member/createObjects' | ||
``` |
20 changes: 20 additions & 0 deletions
20
content/reference/services/SoftLayer_Network_Gateway_Member/editObject.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "editObject" | ||
description: "Edit this member, only manufacturer and version can be changed " | ||
date: "2018-02-12" | ||
tags: | ||
- "method" | ||
- "sldn" | ||
- "Network" | ||
classes: | ||
- "SoftLayer_Network_Gateway_Member" | ||
type: "reference" | ||
layout: "method" | ||
mainService : "SoftLayer_Network_Gateway_Member" | ||
--- | ||
|
||
### [REST Example](#editObject-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#editObject-example .anchor-link} | ||
```bash | ||
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Gateway_Member]}' \ | ||
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Gateway_Member/{SoftLayer_Network_Gateway_MemberID}/editObject' | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "Release notes: April 26, 2024" | ||
date: "2024-04-26" | ||
tags: | ||
- "release notes" | ||
--- | ||
|
||
#### API | ||
|
||
- Fixed a bug where compute resources added to a pool would enter a state where they could not be added or removed from any pool. Restore the state of allotment details if an SLDN call fails to add allocations after ejecting them NETWORK-14419 | ||
- Announce deprecation of Network Backbone. Add deprecation tags and monitorUsage to Network Backbone references NETWORK-14415 | ||
|
Oops, something went wrong.