Sha256: 9267372e21de2c751969f7e8898d5f552fa111ed9fb04f720ed32551fd3059e4

Contents?: true

Size: 456 Bytes

Versions: 1

Compression:

Stored size: 456 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # lists all available apis on the server, provided by the Api Discovery plugin
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listApis.html]
        def list_apis(options={})
          options.merge!(
            'command' => 'listApis'  
          )
          request(options)
        end
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-1.23.0 lib/fog/cloudstack/requests/compute/list_apis.rb