Giter Club home page Giter Club logo

power-go-client's Introduction

IBM Cloud SDK for Power Cloud

To be updated power-go-client provides the Go implementation for operating the IBM Power Cloud platform to build LPARS . Installing

Install the SDK using the following command

go get github.com/IBM-Cloud/power-go-client

Update the SDK to the latest version using the following command

go get -u github.com/IBM-Cloud/power-go-client

Using the SDK

You must have a working IBM Cloud account to use the APIs. Sign up if you don't have one.

The SDK has examples folder which cites few examples on how to use the SDK. First you need to create a session.

import "github.com/IBM-Cloud/power-go-client/ibmpisession"

func main(){

s := ibmpowersession.New()
.....

}

Creating session in this way creates a default configuration which reads the value from the environment variables. You must export the following environment variables.

IBMID - This is the IBM ID
IBMID_PASSWORD - This is the password for the above ID

OR

IC_API_KEY/IBMCLOUD_API_KEY - This is the Bluemix API Key. Login to IBMCloud to create one if you don't already have one. See instructions below for creating an API Key.

The default region is us_south. You can override it in the Config struct. You can also provide the value via environment variables; either via IC_REGION or IBMCLOUD_REGION. Valid regions for Power Cloud are -

us-south
us-east
eu-de

If working in a multi-zone region like eu-de, the Zone must also be passed in via IBMCLOUD_ZONE.

eu-de-1
eu-de-2    

Multi-Zone support for us-south and us-east is in the IBM Cloud Roadmap.

power-go-client's People

Contributors

surajsub avatar surajibm avatar kavya498 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.