softlayer-ruby
softlayer-ruby copied to clipboard
http://softlayer.github.io/softlayer-ruby/
- https://www.ruby-lang.org/en/news/2016/12/25/ruby-2-4-0-released/ - https://bugs.ruby-lang.org/issues/12160 To use this gem with Ruby 2.4, include `gem 'xmlrpc'`. I think it's better to specify `xmlrpc` dependency in `softlayer_api` gem, but I'm not sure it...
Ruby code required for tagging Softlayer assets with TagKey and TagValue using SoftLayer API - I urgently need a code snippet that will allow tagging of assets on Softlayer with...
I tried to modify the size of my Second Disk by using it's upgrade item id (82) and instead of having my Second Disk size modified a new disk (Fifth...
There is an issue at the moment to specify vlans: ``` ruby product_order['primaryNetworkComponent'] = { "networkVlan" => { "id" => @public_vlan_id.to_i } } if @public_vlan_id product_order['primaryBackendNetworkComponent'] = { "networkVlan" =>...
I have a repeatable failure for SoftLayer accounts with large numbers of instances. ``` require 'rubygems' require 'softlayer_api' require 'pp' client = SoftLayer::Client.new( :username => ENV["SL_API_USER"], ## API Username :api_key...
I found that the bandwidth allocation is missing.. in VirtualServerOrder.rb. Do you have any plan to add one? Looking through the server object, the following parameter can be added... bandwidthAllocation...
When creating a ticket with attached file, the file is still encoded when downloaded from the web ui
I use the following code to create the ticket ``` java username = 'set me' key = 'set me' path = "C:\\test.xlsx" name = "framework.xlsx" contents = 'Test Ticket Please...
We are _finally_ getting around to merging our own api wrapper with the 2.x+ gem here so we can start work on the new semantic models, but we're hitting a...
A Ruby application should be able to search the list of tickets on an account and retrieve those tickets which match a particular object filter. The same method might also...