RightScale API Gem

A client library for the RightScale API.

RightScale's API Docs

Usage Examples

RightScaleAPI. user, pass

 = RightScaleAPI::Account.get id

foo_server = .servers.find {|s| s.nickname == 'foo'}

foo_server.stop