The SLayer Standard Vol. 2, No. 6: IBM InterConnect 2016 Round-Up

Another IBM InterConnect is in the books! As we get back to our daily routines, let’s reminisce on the announcements, innovations, and fun from last week in Vegas.

The conference started with some big news at the General Session. A new partnership between VMware and IBM was announced, letting you move to IBM Cloud while preserving your existing IT investments.

tornado-01

 

But that was only the tip of the iceberg; Robert LeBlanc, SVP of IBM Cloud, revealed several other major partnerships. The list included new relationships with Apple, GitHub, and Bitly, among others. Catch up with a breakdown of the major stories. Beyond the General Session, day one was full of breakout sessions, Solutions EXPO activities, and more.

 

Source : http://blog.softlayer.com/2016/slayer-standard-vol-2-no-6-ibm-interconnect-2016-round

SoftLayer API Overview

SoftLayer’s Application Programming Interface (API) is the development interface that gives developers and system administrators direct interaction with SoftLayer’s backend system. The functionality exposed by our API allows users to perform remote server management, monitoring and retrieve information from SoftLayer’s various systems such as accounting, inventory and DNS. Our API powers many of the features in the SoftLayer Customer Portal, which typically means if an interaction is possible in the Customer Portal, it may be executed in our API, as well.

Who Should Use the API?

The SoftLayer API (SLAPI) is available to all SoftLayer customers at no additional charge. We encourage our customers with a basic knowledge of object-oriented programming to take full advantage of the capabilities the SLAPI offers. While SoftLayer customers use the SLAPI for a variety of tasks, the ability to programmatically interact with all portions of the SoftLayer environment within the API results in the majority of our customers using the SLAPI to automate tasks.

Where to go From Here

Now that you know the basics, it is time to start coding. Check out our Getting Started Guide to see how to create an API user and make your first call. We also maintain a number of guides for specific languages:

  • C#
  • Perl
  • PHP
  • Python
  • Ruby
  • Visual Basic .NET

 

Source :  http://sldn.softlayer.com/article/SoftLayer-API-Overview