Method: VMC::Client#services_info

Defined in:
lib/vmc/client.rb

#services_infoObject

Global listing of services that are available on the target system



61
62
63
64
# File 'lib/vmc/client.rb', line 61

def services_info
  
  json_get(path(VMC::GLOBAL_SERVICES_PATH))
end