# File lib/fog/profitbricks/requests/compute/get_all_groups.rb, line 42
        def get_all_groups
          request(
            :expects => [200],
            :method  => 'GET',
            :path    => "/um/groups?depth=1"
          )
        end