-
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 #645 from softlayer/20240119
20240119 release notes
- Loading branch information
Showing
16 changed files
with
236 additions
and
142 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...e/datatypes/SoftLayer_Dns_Domain_Registration_Registrant_Verification_Status.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/datatypes/SoftLayer_Dns_Domain_Registration_Status.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
14 changes: 14 additions & 0 deletions
14
content/reference/datatypes/SoftLayer_Network_LBaaS_LoadBalancerAppliance.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,14 @@ | ||
--- | ||
title: "SoftLayer_Network_LBaaS_LoadBalancerAppliance" | ||
description: "This class represents the load balancers appliances, ie virtual servers, on which the actual load balancer service is running. The relationship between load balancer and appliance is 1-to-N with N=2 for beta and very likely N=3 for post beta. Note that this class is for internal use only. " | ||
date: "2018-02-12" | ||
tags: | ||
- "datatype" | ||
- "sldn" | ||
- "Network" | ||
classes: | ||
- "SoftLayer_Network_LBaaS_LoadBalancerAppliance" | ||
type: "reference" | ||
layout: "datatype" | ||
mainService : "SoftLayer_Network_LBaaS_LoadBalancerAppliance" | ||
--- |
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_Dns_Domain_Registration/_index.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
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...nce/services/SoftLayer_Network_Gateway_VersionUpgrade/getVsrxOrdersAllowedOS.md
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
content/reference/services/SoftLayer_Network_Interconnect_Tenant/isAdnAccount.md
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
content/reference/services/SoftLayer_Network_LBaaS_LoadBalancer/getAppliances.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: "getAppliances" | ||
description: "Get the load balancer appliances for the given lb id. " | ||
date: "2018-02-12" | ||
tags: | ||
- "method" | ||
- "sldn" | ||
- "Network" | ||
classes: | ||
- "SoftLayer_Network_LBaaS_LoadBalancer" | ||
type: "reference" | ||
layout: "method" | ||
mainService : "SoftLayer_Network_LBaaS_LoadBalancer" | ||
--- | ||
|
||
### [REST Example](#getAppliances-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getAppliances-example .anchor-link} | ||
```bash | ||
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \ | ||
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_LBaaS_LoadBalancer/getAppliances' | ||
``` |
20 changes: 20 additions & 0 deletions
20
...ent/reference/services/SoftLayer_Network_LBaaS_LoadBalancer/getLoadBalancers.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: "getLoadBalancers" | ||
description: "Get the load balancer objects for the given user accounts. " | ||
date: "2018-02-12" | ||
tags: | ||
- "method" | ||
- "sldn" | ||
- "Network" | ||
classes: | ||
- "SoftLayer_Network_LBaaS_LoadBalancer" | ||
type: "reference" | ||
layout: "method" | ||
mainService : "SoftLayer_Network_LBaaS_LoadBalancer" | ||
--- | ||
|
||
### [REST Example](#getLoadBalancers-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getLoadBalancers-example .anchor-link} | ||
```bash | ||
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \ | ||
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_LBaaS_LoadBalancer/getLoadBalancers' | ||
``` |
20 changes: 20 additions & 0 deletions
20
content/reference/services/SoftLayer_Network_LBaaS_LoadBalancer/serviceDNS.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: "serviceDNS" | ||
description: "" | ||
date: "2018-02-12" | ||
tags: | ||
- "method" | ||
- "sldn" | ||
- "Network" | ||
classes: | ||
- "SoftLayer_Network_LBaaS_LoadBalancer" | ||
type: "reference" | ||
layout: "method" | ||
mainService : "SoftLayer_Network_LBaaS_LoadBalancer" | ||
--- | ||
|
||
### [REST Example](#serviceDNS-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#serviceDNS-example .anchor-link} | ||
```bash | ||
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \ | ||
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_LBaaS_LoadBalancer/serviceDNS' | ||
``` |
14 changes: 14 additions & 0 deletions
14
content/reference/services/SoftLayer_Network_LBaaS_LoadBalancerAppliance/_index.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,14 @@ | ||
--- | ||
title: "SoftLayer_Network_LBaaS_LoadBalancerAppliance" | ||
description: "" | ||
date: "2018-02-12" | ||
tags: | ||
- "service" | ||
- "sldn" | ||
- "Network" | ||
classes: | ||
- "SoftLayer_Network_LBaaS_LoadBalancerAppliance" | ||
type: "reference" | ||
layout: "service" | ||
mainService : "SoftLayer_Network_LBaaS_LoadBalancerAppliance" | ||
--- |
20 changes: 20 additions & 0 deletions
20
...t/reference/services/SoftLayer_Network_LBaaS_LoadBalancerAppliance/getObject.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: "getObject" | ||
description: "Retrieve a SoftLayer_Network_LBaaS_LoadBalancerAppliance record." | ||
date: "2018-02-12" | ||
tags: | ||
- "method" | ||
- "sldn" | ||
- "Network" | ||
classes: | ||
- "SoftLayer_Network_LBaaS_LoadBalancerAppliance" | ||
type: "reference" | ||
layout: "method" | ||
mainService : "SoftLayer_Network_LBaaS_LoadBalancerAppliance" | ||
--- | ||
|
||
### [REST Example](#getObject-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getObject-example .anchor-link} | ||
```bash | ||
curl -g -u $SL_USER:$SL_APIKEY -X GET \ | ||
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_LBaaS_LoadBalancerAppliance/{SoftLayer_Network_LBaaS_LoadBalancerApplianceID}/getObject' | ||
``` |
20 changes: 0 additions & 20 deletions
20
content/reference/services/SoftLayer_Network_Vlan/getNetwork.md
This file was deleted.
Oops, something went wrong.
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: January 19, 2024" | ||
date: "2024-01-19" | ||
tags: | ||
- "release notes" | ||
--- | ||
|
||
#### API | ||
- Deprecate Domain Name Registration | ||
- Allow UTF8 characters for VLAN name at order time | ||
- Improve caching of IAM Token for SoftLayer user. | ||
- Delete billing item when transaction is manually canceled. |
Oops, something went wrong.