Sha256: 49dd5b5ab3a5a665bd6cc0a9dad38ef4ac6484167067cc519ac111a6a849b4ec

Contents?: true

Size: 428 Bytes

Versions: 7

Compression:

Stored size: 428 Bytes

Contents

module Fog
  module Compute
    class Brightbox
      class Real
        # Lists summary details of servers owned by the account.
        #
        #
        # @return [Hash] if successful Hash version of JSON object
        #
        # @see https://api.gb1.brightbox.com/1.0/#server_list_servers
        #
        def list_servers
          wrapped_request("get", "/1.0/servers", [200])
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-brightbox-0.9.0/lib/fog/brightbox/requests/compute/list_servers.rb
fog-brightbox-0.9.0 lib/fog/brightbox/requests/compute/list_servers.rb
fog-brightbox-0.8.0 lib/fog/brightbox/requests/compute/list_servers.rb
fog-brightbox-0.7.2 lib/fog/brightbox/requests/compute/list_servers.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-brightbox-0.7.1/lib/fog/brightbox/requests/compute/list_servers.rb
fog-brightbox-0.7.1 lib/fog/brightbox/requests/compute/list_servers.rb
fog-brightbox-0.7.0 lib/fog/brightbox/requests/compute/list_servers.rb