Method: KineticSdk::Agent#find_all_filestores

Defined in:
lib/kinetic_sdk/agent/lib/filestores.rb

#find_all_filestores(params = {}, headers = default_headers) ⇒ KineticSdk::Utils::KineticHttpResponse

Find all filestores in the system

Parameters:

  • params (Hash) (defaults to: {})

    Query parameters that are added to the URL, such as +include+

  • headers (Hash) (defaults to: default_headers)

    hash of headers to send, default is basic authentication and accept JSON content type

Returns:



84
85
86
87
# File 'lib/kinetic_sdk/agent/lib/filestores.rb', line 84

def find_all_filestores(params={}, headers=default_headers)
  @logger.info("Find all filestores.")
  get("#{@api_url}/filestores", params, headers)
end