# File lib/fog/workflow/openstack/v2/requests/get_action.rb, line 6
          def get_action(name)
            request(
              :expects => 200,
              :method  => "GET",
              :path    => "actions/#{URI.encode(name)}"
            )
          end