Skip to content

Commit

Permalink
updated docs with curl examples
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff committed Dec 26, 2023
1 parent abe9d77 commit c54b7f1
Show file tree
Hide file tree
Showing 5,729 changed files with 34,374 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "BluePages_Search"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/BluePages_Search/findBluePagesProfile'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "IntegratedOfferingTeam_Region"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/IntegratedOfferingTeam_Region/getAllObjects'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "IntegratedOfferingTeam_Region"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/IntegratedOfferingTeam_Region/getRegionLeads'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/activatePartner'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Container_Billing_Info_Ach]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/addAchInformation'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Container_Referral_Partner_Payment_Option]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/addReferralPartnerPaymentOption'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/areVdrUpdatesBlockedForBilling'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/cancelPayPalTransaction'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/completePayPalTransaction'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/countHourlyInstances'
```
6 changes: 6 additions & 0 deletions content/reference/services/SoftLayer_Account/createUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_User_Customer, string, string, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/createUser'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/disableEuSupport'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/disableVpnConfigRequiresVpnManageAttribute'
```
6 changes: 6 additions & 0 deletions content/reference/services/SoftLayer_Account/editAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Account]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/editAccount'
```
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/enableEuSupport'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/enableVpnConfigRequiresVpnManageAttribute'
```
6 changes: 6 additions & 0 deletions content/reference/services/SoftLayer_Account/getAbuseEmail.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getAbuseEmail'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getAbuseEmails'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [dateTime, dateTime, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getAccountBackupHistory'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getAccountContacts'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getAccountLicenses'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getAccountLinks'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getAccountStatus'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getAccountTraitValue'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getActiveAccountDiscountBillingItem'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getActiveAccountLicenses'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getActiveAddresses'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getActiveAgreements'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getActiveBillingAgreements'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getActiveCatalystEnrollment'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getActiveColocationContainers'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getActiveFlexibleCreditEnrollment'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getActiveFlexibleCreditEnrollments'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getActiveNotificationSubscribers'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getActiveOutletPackages'
```
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getActivePackages'
```
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getActivePackagesByAttribute'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getActivePrivateHostedCloudPackages'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getActiveQuotes'
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### Curl Example
```bash
curl -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getActiveReservedCapacityAgreements'
```
Loading

0 comments on commit c54b7f1

Please sign in to comment.