Skip to content

Commit

Permalink
Merge pull request #645 from softlayer/20240119
Browse files Browse the repository at this point in the history
20240119 release notes
  • Loading branch information
allmightyspiff authored Jan 19, 2024
2 parents f45c74b + bea5dd9 commit 8e185ad
Show file tree
Hide file tree
Showing 16 changed files with 236 additions and 142 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SoftLayer_Dns_Domain_Registration_Registrant_Verification_Status"
description: "SoftLayer_Dns_Domain_Registration_Registrant_Verification_Status models the state of the registrant. Here are the following status codes:
description: "[DEPRECATED] SoftLayer_Dns_Domain_Registration_Registrant_Verification_Status models the state of the registrant. Here are the following status codes:
*'''Admin Reviewing''': The registrant data has been submitted and being reviewed by compliance team.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SoftLayer_Dns_Domain_Registration_Status"
description: "SoftLayer_Dns_Domain_Registration_Status models the state of domain name. Here are the following status codes:
description: "[DEPRECATED] SoftLayer_Dns_Domain_Registration_Status models the state of domain name. Here are the following status codes:
*'''Active''': This domain name is active.
Expand Down
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"
---
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ mainService : "SoftLayer_Account_ProofOfConcept"

### [REST Example](#getSubmittedRequest-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getSubmittedRequest-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account_ProofOfConcept/getSubmittedRequest'
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SoftLayer_Dns_Domain_Registration"
description: "Registration and management of domain names and domain related services. "
description: "[DEPRECATED] Registration and management of domain names and domain related services. "
date: "2018-02-12"
tags:
- "service"
Expand Down
20 changes: 0 additions & 20 deletions content/reference/services/SoftLayer_Network/getObject.md

This file was deleted.

This file was deleted.

This file was deleted.

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'
```
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'
```
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'
```
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"
---
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 content/reference/services/SoftLayer_Network_Vlan/getNetwork.md

This file was deleted.

12 changes: 12 additions & 0 deletions content/release_notes/2024/20240119.md
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.
Loading

0 comments on commit 8e185ad

Please sign in to comment.