Skip to content

Commit

Permalink
20240322 release notes and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff committed Mar 22, 2024
1 parent e3918ac commit b867b18
Show file tree
Hide file tree
Showing 30 changed files with 1,391 additions and 3,168 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "SoftLayer_Account_Status_Change_Reason"
description: "Represents a reason for changing the account status. "
date: "2018-02-12"
tags:
- "datatype"
- "sldn"
- "Account"
classes:
- "SoftLayer_Account_Status_Change_Reason"
type: "reference"
layout: "datatype"
mainService : "SoftLayer_Account_Status_Change_Reason"
---

This file was deleted.

This file was deleted.

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: "getBlockSelfServiceBrandMigration"
description: "Flag indicating whether this account is restricted from performing a self-service brand migration by updating their credit card details."
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Account"
classes:
- "SoftLayer_Account"
type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### [REST Example](#getBlockSelfServiceBrandMigration-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getBlockSelfServiceBrandMigration-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getBlockSelfServiceBrandMigration'
```

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ mainService : "SoftLayer_Account_Lockdown_Request"

### [REST Example](#disableLockedAccount-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#disableLockedAccount-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account_Lockdown_Request/{SoftLayer_Account_Lockdown_RequestID}/disableLockedAccount'
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "SoftLayer_Account_Status_Change_Reason"
description: "Represents a reason for changing the account status. "
date: "2018-02-12"
tags:
- "service"
- "sldn"
- "Account"
classes:
- "SoftLayer_Account_Status_Change_Reason"
type: "reference"
layout: "service"
mainService : "SoftLayer_Account_Status_Change_Reason"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getAllObjects"
description: ""
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Account"
classes:
- "SoftLayer_Account_Status_Change_Reason"
type: "reference"
layout: "method"
mainService : "SoftLayer_Account_Status_Change_Reason"
---

### [REST Example](#getAllObjects-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getAllObjects-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account_Status_Change_Reason/getAllObjects'
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getObject"
description: "Retrieve a SoftLayer_Account_Status_Change_Reason record."
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Account"
classes:
- "SoftLayer_Account_Status_Change_Reason"
type: "reference"
layout: "method"
mainService : "SoftLayer_Account_Status_Change_Reason"
---

### [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_Account_Status_Change_Reason/{SoftLayer_Account_Status_Change_ReasonID}/getObject'
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "refreshGatewayLicense"
description: "Used to refresh the license for the Juniper Gateway, requires License readiness check has passed.
description: "Used to refresh the all licenses (Required and add ons) for Virtual gateways. License precheck must be ready.
"
date: "2018-02-12"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b867b18

Please sign in to comment.