# File lib/fog/compute/openstack/requests/get_hypervisor_statistics.rb, line 5
        def get_hypervisor_statistics(_tenant_id)
          request(
            :expects => 200,
            :method  => 'GET',
            :path    => "os-hypervisors/statistics"
          )
        end