module Fog module OracleCloud class SOA class Real def list_instances response = request( :expects => 200, :method => 'GET', :path => "/paas/service/soa/api/v1.1/instances/#{@identity_domain}?outputLevel=verbose" ) response end end end end end