Items with tag rest

Working with Event Logs Mar 30, 2021
Going over Event Logs with some examples of what each might look like

View Example

Working with Brands Jul 23, 2020
Details on how to work with a Brand account.

View Example

Working with Placement Groups Feb 14, 2019
Collection of examples on how to work with placement groups.

View Example

setUserMetadata.json Apr 25, 2018
setUserMetadata.json

View Example

Tickets Apr 10, 2018
Examples of how to use and interact with tickets

View Example

Events Apr 5, 2018
Going over Events with some examples of what each might look like

View Example

editDetails.txt Nov 23, 2017
editDetails.txt

View Example

getServerDetailsrest.txt Nov 23, 2017
getServerDetailsrest.txt

View Example

getUserMetadata.json Nov 23, 2017
getUserMetadata.json

View Example

REST-listServers.txt Nov 23, 2017
REST-listServers.txt

View Example

REST-Reload.txt Nov 23, 2017
REST-Reload.txt

View Example

rest.txt Nov 23, 2017
rest.txt

View Example

restBrandwindthGraph.txt Nov 23, 2017
restBrandwindthGraph.txt

View Example

restCancelServer.txt Nov 23, 2017
restCancelServer.txt

View Example

RestFulCreateServer.txt Nov 23, 2017
RestFulCreateServer.txt

View Example

restGetBrandWindhtUsage.txt Nov 23, 2017
restGetBrandWindhtUsage.txt

View Example

restReboot.txt Nov 23, 2017
restReboot.txt

View Example

Spare Pool Servers Oct 9, 2017
How to interact with the Spare Pool

View Example

Add, get, edit and remove Security Group rules Oct 2, 2017
Examples of how to add, get, edit and remove Security Group rules.

View Example

Create, get, edit and delete Security Groups Oct 2, 2017
Examples of how to create, get, edit and delete Security Groups.

View Example

Get network components, attach and detach network components Oct 2, 2017
Examples of how to get a VSI's network components, attach network components to and detach network components from Security Groups.

View Example

Get Virtual Console Virtual Guest May 4, 2017
Retrieve the IP, username, and password needed to access the KVM console for a Virtual Guest.

View Example

Use IBMid to get SL api key Mar 2, 2017
For accounts that use IBMid, this script can be used to pull down the SoftLayer API key directly.

View Example

Get verbose details about a Bare Metal Server Dec 29, 2016
Retrieve the packages, categories and items associated with a Bare Metal Server.

View Example

Get verbose details about a Virtual Guest Dec 29, 2016
Retrieve the packages, categories and items associated with a Virtual Guest.

View Example

Migrating a VSI from SAN to Local Storage and vice-versa Nov 4, 2016
Example on how to call verifyOrder / placeOrder via REST to migrate a Virtual_Guest from SAN to Local storage and vice-versa. Replace the verifyOrder call with placeOrder when you are actually ready to start the migration process.

View Example

Create Storage Snapshot Aug 11, 2016
Initiate a manual snapshot of an Endurance or Performance Block storage volume.

View Example

Get storage credentials for Block Storage Aug 8, 2016
Retrieving the username and password for Performance/Endurance Block storage

View Example

Find out which user placed an order May 26, 2016
Find out which user placed an orde

View Example

Order a Local Load Balancer May 5, 2016
Use verifyOrder and placeOrder to order a new Local Load Balancer

View Example

Create a new Bandwidth Pool May 2, 2016
Creating a new Bandwidth pool. This allows you to optimize your bandwidth usage by _pooling_ all of the bandwidth together for servers in a the Pool.

View Example

Get Invoice for PowerShell Apr 25, 2016
Retrieves the PDF and Excel current invoices with a powershell script

View Example

Cancel an item or service Dec 30, 2015
Use cancelService to cancel an item or service

View Example

Determining your next bill Dec 30, 2015
Example on how to use getNextInvoiceTotalAmount to retrieve the pre-tax total amount of an account's next invoice measured in US Dollars ($USD). The amount assumes no changes or charges occur between now and the time of billing.

View Example

Find a billing item from a provisioned product Dec 30, 2015
Determine the billing item of a provisioned product using getBillingItem

View Example

Find provisioned product from a billing item Dec 30, 2015
Associate a billing item ID with a SoftLayer service or product using getAssociatedParent

View Example

Month-to-date cost of a Virtual_Guest Dec 30, 2015
Determine the month-to-date cost of an hourly Virtual_Guest using getBillingItem and an objectMask

View Example

Get Hardware hostnames Sep 30, 2015
Calls SoftLayer_Account::getObect() to retrieve some basic information about an account, and uses an objectMask to retrieve the hostname of all hardware on the account

View Example

Get hostnames Sep 30, 2015
Calls SoftLayer_Account::getObject with an objectMask to pull in all the hostnames for both hardware and virtual servers. Uses the . and ; format for object Masks.

View Example

GetHardware with network components Sep 30, 2015
Calls SoftLayer_Account::getHardware() with an objectMask to get some information about the networkComponents

View Example

Ordering with placeOrder Sep 30, 2015
Example on how to call verifyOrder / placeOrder via REST. Replace the veryifyOrder call with placeOrder when you are actually ready to order the server

View Example

Cancel virtual server Feb 15, 2015
Example of how to cancel a virtual server (VSI) through a DELETE API operation

View Example

Create virtual server Feb 15, 2015
Example of how to create a new virtual server (VSI) through a POST API operation

View Example

Get virtual server details Feb 15, 2015
Example of how to retrieve the details of a virtual server through a GET API operation. The list of fields returned can be customized by adding or removing fields from the objectMask

View Example