Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20240322 release #653

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading