From f6bef5b35ea0ac9590987be8d2d96481e1fa8f49 Mon Sep 17 00:00:00 2001
From: Jonathan Pastor <jonathancmoa@gmail.com>
Date: Fri, 20 Sep 2019 17:54:37 +0200
Subject: [PATCH] the new generator is tested using rspec and stubbed data

---
 Gemfile                                       |    2 +-
 Gemfile.lock                                  |   23 +
 lib/refrepo/gen/oar-properties.rb             |    8 +-
 tests/oar_properties_spec.rb                  |  415 ++-
 ...on => dump_oar_api_configured_server.json} |    0
 ...-1.json => dump_oar_api_empty_server.json} |    0
 .../fakesite_from_scratch_do_print-1.json     |    7 -
 .../fakesite_from_scratch_do_print-2.json     |    7 -
 .../fakesite_from_scratch_do_print-3.json     |    7 -
 .../fakesite_from_scratch_do_print-4.json     |    7 -
 .../fakesite_from_scratch_do_table-1.json     |    7 -
 .../fakesite_from_scratch_do_table-2.json     |    7 -
 .../fakesite_from_scratch_do_table-3.json     |    7 -
 ...akesite_from_scratch_do_update-1.json.json |    0
 .../fakesite_from_scratch_do_update-3.json    | 2446 -----------------
 ...fakesite_from_scratch_do_updatecheck9.json | 2446 -----------------
 ...tch_simul_error_and_fix_with_update-1.json | 2446 -----------------
 ...tch_simul_error_and_fix_with_update-2.json | 2446 -----------------
 ...tch_simul_error_and_fix_with_update-3.json | 2446 -----------------
 ...tch_simul_error_and_fix_with_update-4.json | 2446 -----------------
 ...tch_simul_error_and_fix_with_update-5.json | 2446 -----------------
 .../load_data_hierarchy_stubbed_data.json     |    1 +
 22 files changed, 434 insertions(+), 17186 deletions(-)
 rename tests/stub_oar_properties/{fakesite_from_scratch_do_update-1.json => dump_oar_api_configured_server.json} (100%)
 rename tests/stub_oar_properties/{fakesite_from_scratch_do_diff-1.json => dump_oar_api_empty_server.json} (100%)
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_do_print-1.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_do_print-2.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_do_print-3.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_do_print-4.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_do_table-1.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_do_table-2.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_do_table-3.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_do_update-1.json.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_do_update-3.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_do_updatecheck9.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-1.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-2.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-3.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-4.json
 delete mode 100644 tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-5.json
 create mode 100644 tests/stub_oar_properties/load_data_hierarchy_stubbed_data.json

diff --git a/Gemfile b/Gemfile
index 3e39102b97c..c6da111ccad 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,4 +10,4 @@ gem "ruby-cute", :require => "cute"
 gem "peach"
 gem "restfully"
 gem "rspec"
-gem "webmock"
+gem "webmock"
\ No newline at end of file
diff --git a/Gemfile.lock b/Gemfile.lock
index 8f27fe3c204..db4d5f9f275 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -5,6 +5,9 @@ GEM
       public_suffix (>= 2.0.2, < 4.0)
     backports (3.15.0)
     bond (0.4.3)
+    crack (0.4.3)
+      safe_yaml (~> 1.0.0)
+    diff-lcs (1.3)
     diffy (3.3.0)
     dns-zone (0.3.1)
     domain_name (0.5.20190701)
@@ -71,14 +74,32 @@ GEM
       ripl (>= 0.3.0)
     ripl-short_errors (0.1.0)
       ripl (>= 0.2.8)
+    rspec (3.8.0)
+      rspec-core (~> 3.8.0)
+      rspec-expectations (~> 3.8.0)
+      rspec-mocks (~> 3.8.0)
+    rspec-core (3.8.2)
+      rspec-support (~> 3.8.0)
+    rspec-expectations (3.8.4)
+      diff-lcs (>= 1.2.0, < 2.0)
+      rspec-support (~> 3.8.0)
+    rspec-mocks (3.8.1)
+      diff-lcs (>= 1.2.0, < 2.0)
+      rspec-support (~> 3.8.0)
+    rspec-support (3.8.2)
     ruby-cute (0.12)
       ipaddress (>= 0.8)
       json (>= 1.8)
       net-ssh-multi (>= 1.2)
       rest-client (>= 1.6)
+    safe_yaml (1.0.5)
     unf (0.1.4)
       unf_ext
     unf_ext (0.0.7.6)
+    webmock (3.7.5)
+      addressable (>= 2.3.6)
+      crack (>= 0.3.2)
+      hashdiff (>= 0.4.0, < 2.0.0)
 
 PLATFORMS
   ruby
@@ -92,7 +113,9 @@ DEPENDENCIES
   net-ssh
   peach
   restfully
+  rspec
   ruby-cute
+  webmock
 
 BUNDLED WITH
    1.17.3
diff --git a/lib/refrepo/gen/oar-properties.rb b/lib/refrepo/gen/oar-properties.rb
index 83577bcad57..b7543cdc59b 100644
--- a/lib/refrepo/gen/oar-properties.rb
+++ b/lib/refrepo/gen/oar-properties.rb
@@ -1387,8 +1387,12 @@ def generate_oar_properties(options)
 
   # If no cluster is given, then the clusters are the cluster of the given site
   if not options.key? :clusters or options[:clusters].length == 0
-    clusters = data_hierarchy['sites'][site_name]['clusters'].keys
-    options[:clusters] = clusters
+    if data_hierarchy['sites'].key? site_name
+      clusters = data_hierarchy['sites'][site_name]['clusters'].keys
+      options[:clusters] = clusters
+    else
+      raise("The provided site does not exist : I can't detect clusters")
+    end
   else
     clusters = options[:clusters]
   end
diff --git a/tests/oar_properties_spec.rb b/tests/oar_properties_spec.rb
index 0e5c10a11c1..776dd10cb1a 100644
--- a/tests/oar_properties_spec.rb
+++ b/tests/oar_properties_spec.rb
@@ -3,12 +3,12 @@ require 'webmock/rspec'
 
 $LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), '../lib')))
 require 'refrepo'
+require 'refrepo/gen/oar-properties'
 
 WebMock.disable_net_connect!(allow_localhost: true)
 
 conf = RefRepo::Utils.get_api_config
 
-
 def load_stub_file_content(stub_filename)
   if not File.exist?("stub_oar_properties/#{stub_filename}")
     raise("Cannot find #{stub_filename} in 'stub_oar_properties/'")
@@ -19,41 +19,432 @@ def load_stub_file_content(stub_filename)
   return lines
 end
 
+# This code comes from https://gist.github.com/herrphon/2d2ebbf23c86a10aa955
+# and enables to capture all output made on stdout and stderr by a block of code
+def capture(&block)
+  begin
+    $stdout = StringIO.new
+    $stderr = StringIO.new
+    yield
+    result = {}
+    result[:stdout] = $stdout.string
+    result[:stderr] = $stderr.string
+  ensure
+    $stdout = STDOUT
+    $stderr = STDERR
+  end
+  result
+end
+
+stubbed_addresses = [
+    "#{conf["uri"]}",
+    "#{conf["uri"]}/oarapi/resources/details.json?limit=999999",
+]
+
+
+def str_block_to_regexp(str)
+  str1 = str.gsub("|", "\\\\|")
+  str2 = str1.gsub("+", "\\\\+")
+  return Regexp.new str2
+end
+
 describe 'Oar properties generator' do
 
-  context 'Empty OAR server' do
+  context 'interracting with an empty OAR server' do
     before do
-      stubbed_api_response = load_stub_file_content("fakesite_from_scratch_do_diff-1.json")
-      stub_request(:get, conf["uri"]).
-          with(headers: {'Accept'=>'*/*', 'User-Agent'=>'Ruby'}).
-          to_return(status: 200, body: stubbed_api_response, headers: {})
+      stubbed_api_response = load_stub_file_content("dump_oar_api_empty_server.json")
+      stubbed_addresses.each do |stubbed_address|
+        stub_request(:get, stubbed_address).
+            with(
+                headers: {
+                    'Accept'=>'*/*',
+                }).
+            to_return(status: 200, body: stubbed_api_response, headers: {})
+      end
+
+      # Overload the 'load_data_hierarchy' to simulate the addition of a fake site in the input files
+      def load_data_hierarchy
+        json_str = load_stub_file_content("load_data_hierarchy_stubbed_data.json")
+        return JSON.parse(json_str)
+      end
+    end
+
+    it 'should generate correctly a table of nodes' do
+
+      uri = URI(conf["uri"])
+
+      response = Net::HTTP.get(uri)
+
+      expect(response).to be_an_instance_of(String)
+
+      options = {
+          :table => true,
+          :print => false,
+          :update => false,
+          :diff => false,
+          :site => "fakesite",
+          :clusters => ["clustera"]
+      }
+
+      expected_header = <<-TXT
++---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
+|   cluster | host                 | cpu   | core  | cpuset   | gpu  | gpudevice            | cpumodel                       | gpumodel                      |
++---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
+TXT
+
+      expected_clustera1_desc = <<-TXT
+|  clustera | clustera-1           | 1     | 1     | 0        | 1    | 0                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-1           | 1     | 2     | 1        | 1    | 0                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-1           | 1     | 3     | 2        | 1    | 0                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-1           | 1     | 4     | 3        | 1    | 0                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-1           | 1     | 5     | 4        | 2    | 1                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-1           | 1     | 6     | 5        | 2    | 1                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+TXT
+
+      expected_clustera2_desc = <<-TXT
+|  clustera | clustera-2           | 4     | 26    | 9        | 7    | 2                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-2           | 4     | 27    | 10       | 7    | 2                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-2           | 4     | 28    | 11       | 7    | 2                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-2           | 4     | 29    | 12       | 8    | 3                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-2           | 4     | 30    | 13       | 8    | 3                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-2           | 4     | 31    | 14       | 8    | 3                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-2           | 4     | 32    | 15       | 8    | 3                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+TXT
+
+      generator_output = capture do
+        generate_oar_properties(options)
+      end
+
+      expect(generator_output[:stdout]).to include(expected_header)
+      expect(generator_output[:stdout]).to include(expected_clustera1_desc)
+      expect(generator_output[:stdout]).to include(expected_clustera2_desc)
     end
 
-    it 'should generate correctly' do
+    it 'should generate correctly all the commands to update OAR' do
 
       uri = URI(conf["uri"])
 
       response = Net::HTTP.get(uri)
 
       expect(response).to be_an_instance_of(String)
+
+      options = {
+          :table => false,
+          :print => true,
+          :update => false,
+          :diff => false,
+          :site => "fakesite",
+          :clusters => ["clustera"]
+      }
+
+      expected_header = <<-TXT
+#############################################
+# Create OAR properties that were created by 'oar_resources_add'
+#############################################
+property_exist 'host' || oarproperty -a host --varchar
+property_exist 'cpu' || oarproperty -a cpu
+property_exist 'core' || oarproperty -a core
+property_exist 'gpudevice' || oarproperty -a gpudevice
+property_exist 'gpu' || oarproperty -a gpu
+property_exist 'gpu_model' || oarproperty -a gpu_model --varchar
+TXT
+
+      expected_clustera1_cmds = <<-TXT
+###################################
+# clustera-1.fakesite.grid5000.fr
+###################################
+oarnodesetting -a -h 'clustera-1.fakesite.grid5000.fr' -p host='clustera-1.fakesite.grid5000.fr' -p cpu=1 -p core=1 -p cpuset=0 -p gpu=1 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=0 # This GPU is mapped on /dev/nvidia0
+oarnodesetting -a -h 'clustera-1.fakesite.grid5000.fr' -p host='clustera-1.fakesite.grid5000.fr' -p cpu=1 -p core=2 -p cpuset=1 -p gpu=1 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=0 # This GPU is mapped on /dev/nvidia0
+oarnodesetting -a -h 'clustera-1.fakesite.grid5000.fr' -p host='clustera-1.fakesite.grid5000.fr' -p cpu=1 -p core=3 -p cpuset=2 -p gpu=1 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=0 # This GPU is mapped on /dev/nvidia0
+TXT
+
+      expected_clustera2_cmds = <<-TXT
+oarnodesetting -a -h 'clustera-2.fakesite.grid5000.fr' -p host='clustera-2.fakesite.grid5000.fr' -p cpu=4 -p core=29 -p cpuset=12 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
+oarnodesetting -a -h 'clustera-2.fakesite.grid5000.fr' -p host='clustera-2.fakesite.grid5000.fr' -p cpu=4 -p core=30 -p cpuset=13 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
+oarnodesetting -a -h 'clustera-2.fakesite.grid5000.fr' -p host='clustera-2.fakesite.grid5000.fr' -p cpu=4 -p core=31 -p cpuset=14 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
+oarnodesetting -a -h 'clustera-2.fakesite.grid5000.fr' -p host='clustera-2.fakesite.grid5000.fr' -p cpu=4 -p core=32 -p cpuset=15 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
+TXT
+      expected_clustera3_cmds = <<-TXT
+oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA' -p eth_count=1 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p opa='NO' -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_count=4 -p mic='NO' -p wattmeter='MULTIPLE' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
+TXT
+
+      generator_output = capture do
+        generate_oar_properties(options)
+      end
+
+      expect(generator_output[:stdout]).to include(expected_header)
+      expect(generator_output[:stdout]).to include(expected_clustera1_cmds)
+      expect(generator_output[:stdout]).to include(expected_clustera2_cmds)
+      expect(generator_output[:stdout]).to include(expected_clustera3_cmds)
+    end
+
+    it 'should generate correctly a diff with the OAR server' do
+
+      uri = URI(conf["uri"])
+
+      response = Net::HTTP.get(uri)
+
+      expect(response).to be_an_instance_of(String)
+
+      options = {
+          :table => false,
+          :print => false,
+          :update => false,
+          :diff => true,
+          :site => "fakesite",
+          :clusters => ["clustera"],
+          :verbose => 2
+      }
+
+      expected_clustera1_diff = <<-TXT
+  clustera-1: new node !
+    ["+", "cluster", "clustera"]
+    ["+", "cluster_priority", 201906]
+    ["+", "cpuarch", "x86_64"]
+    ["+", "cpucore", 8]
+    ["+", "cpufreq", "2.1"]
+    ["+", "cputype", "Intel Xeon Silver 4110"]
+    ["+", "disk_reservation_count", 0]
+    ["+", "disktype", "SATA"]
+    ["+", "eth_count", 1]
+    ["+", "eth_rate", 10]
+    ["+", "gpu_count", 4]
+    ["+", "ib", "NO"]
+    ["+", "ib_count", 0]
+    ["+", "ib_rate", 0]
+    ["+", "ip", "172.16.64.1"]
+    ["+", "maintenance", "NO"]
+    ["+", "max_walltime", 86400]
+    ["+", "memcore", 8192]
+    ["+", "memcpu", 65536]
+    ["+", "memnode", 131072]
+    ["+", "mic", "NO"]
+    ["+", "myri", "NO"]
+    ["+", "myri_count", 0]
+    ["+", "myri_rate", 0]
+    ["+", "nodemodel", "Dell PowerEdge T640"]
+    ["+", "opa", "NO"]
+    ["+", "opa_count", 0]
+    ["+", "opa_rate", 0]
+    ["+", "production", "YES"]
+    ["+", "switch", "gw-fakesite"]
+    ["+", "virtual", "ivt"]
+    ["+", "wattmeter", "MULTIPLE"]
+TXT
+
+      expected_clustera2_diff = <<-TXT
+  clustera-2: new node !
+    ["+", "cluster", "clustera"]
+    ["+", "cluster_priority", 201906]
+    ["+", "cpuarch", "x86_64"]
+    ["+", "cpucore", 8]
+    ["+", "cpufreq", "2.1"]
+    ["+", "cputype", "Intel Xeon Silver 4110"]
+    ["+", "disk_reservation_count", 0]
+    ["+", "disktype", "SATA"]
+    ["+", "eth_count", 1]
+    ["+", "eth_rate", 10]
+    ["+", "gpu_count", 4]
+    ["+", "ib", "NO"]
+    ["+", "ib_count", 0]
+    ["+", "ib_rate", 0]
+    ["+", "ip", "172.16.64.2"]
+    ["+", "maintenance", "NO"]
+    ["+", "max_walltime", 86400]
+    ["+", "memcore", 8192]
+    ["+", "memcpu", 65536]
+    ["+", "memnode", 131072]
+    ["+", "mic", "NO"]
+    ["+", "myri", "NO"]
+    ["+", "myri_count", 0]
+    ["+", "myri_rate", 0]
+    ["+", "nodemodel", "Dell PowerEdge T640"]
+    ["+", "opa", "NO"]
+    ["+", "opa_count", 0]
+    ["+", "opa_rate", 0]
+    ["+", "production", "YES"]
+    ["+", "switch", "gw-fakesite"]
+    ["+", "virtual", "ivt"]
+    ["+", "wattmeter", "MULTIPLE"]
+TXT
+
+      generator_output = capture do
+        generate_oar_properties(options)
+      end
+
+      expect(generator_output[:stdout]).to include(expected_clustera1_diff)
+      expect(generator_output[:stdout]).to include(expected_clustera2_diff)
     end
   end
 
+
+
   context 'OAR server with data' do
     before do
-      stubbed_api_response = load_stub_file_content("fakesite_from_scratch_do_update-1.json")
-      stub_request(:get, conf["uri"]).
-          with(headers: {'Accept'=>'*/*', 'User-Agent'=>'Ruby'}).
-          to_return(status: 200, body: stubbed_api_response, headers: {})
+      stubbed_api_response = load_stub_file_content("dump_oar_api_configured_server.json")
+      stubbed_addresses.each do |stubbed_address|
+        stub_request(:get, stubbed_address).
+            with(
+                headers: {
+                    'Accept'=>'*/*',
+                }).
+            to_return(status: 200, body: stubbed_api_response, headers: {})
+      end
+
+      # Overload the 'load_data_hierarchy' to simulate the addition of a fake site in the input files
+      def load_data_hierarchy
+        json_str = load_stub_file_content("load_data_hierarchy_stubbed_data.json")
+        return JSON.parse(json_str)
+      end
+    end
+
+    it 'should generate correctly a table of nodes' do
+
+      uri = URI(conf["uri"])
+
+      response = Net::HTTP.get(uri)
+
+      expect(response).to be_an_instance_of(String)
+
+      options = {
+          :table => true,
+          :print => false,
+          :update => false,
+          :diff => false,
+          :site => "fakesite",
+          :clusters => ["clustera"]
+      }
+
+      expected_header = <<-TXT
++---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
+|   cluster | host                 | cpu   | core  | cpuset   | gpu  | gpudevice            | cpumodel                       | gpumodel                      |
++---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
+      TXT
+
+      expected_clustera1_desc = <<-TXT
+|  clustera | clustera-1           | 1     | 1     | 0        | 1    | 0                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-1           | 1     | 2     | 1        | 1    | 0                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-1           | 1     | 3     | 2        | 1    | 0                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-1           | 1     | 4     | 3        | 1    | 0                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-1           | 1     | 5     | 4        | 2    | 1                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-1           | 1     | 6     | 5        | 2    | 1                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+      TXT
+
+      expected_clustera2_desc = <<-TXT
+|  clustera | clustera-2           | 4     | 26    | 9        | 7    | 2                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-2           | 4     | 27    | 10       | 7    | 2                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-2           | 4     | 28    | 11       | 7    | 2                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-2           | 4     | 29    | 12       | 8    | 3                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-2           | 4     | 30    | 13       | 8    | 3                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-2           | 4     | 31    | 14       | 8    | 3                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+|  clustera | clustera-2           | 4     | 32    | 15       | 8    | 3                    | Intel Xeon Silver 4110         | GeForce RTX 2080 Ti           |
+      TXT
+
+      generator_output = capture do
+        generate_oar_properties(options)
+      end
+
+      expect(generator_output[:stdout]).to include(expected_header)
+      expect(generator_output[:stdout]).to include(expected_clustera1_desc)
+      expect(generator_output[:stdout]).to include(expected_clustera2_desc)
     end
 
-    it 'should generate correctly' do
+    it 'should generate correctly all the commands to update OAR' do
 
       uri = URI(conf["uri"])
 
       response = Net::HTTP.get(uri)
 
       expect(response).to be_an_instance_of(String)
+
+      options = {
+          :table => false,
+          :print => true,
+          :update => false,
+          :diff => false,
+          :site => "fakesite",
+          :clusters => ["clustera"]
+      }
+
+      expected_header = <<-TXT
+#############################################
+# Create OAR properties that were created by 'oar_resources_add'
+#############################################
+property_exist 'host' || oarproperty -a host --varchar
+property_exist 'cpu' || oarproperty -a cpu
+property_exist 'core' || oarproperty -a core
+property_exist 'gpudevice' || oarproperty -a gpudevice
+property_exist 'gpu' || oarproperty -a gpu
+property_exist 'gpu_model' || oarproperty -a gpu_model --varchar
+      TXT
+
+      expected_clustera1_cmds = <<-TXT
+###################################
+# clustera-1.fakesite.grid5000.fr
+###################################
+oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' AND resource_id='1' AND type='default'" -p cpu=1 -p core=1 -p cpuset=0 -p gpu=1 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=0 # This GPU is mapped on /dev/nvidia0
+oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' AND resource_id='2' AND type='default'" -p cpu=1 -p core=2 -p cpuset=1 -p gpu=1 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=0 # This GPU is mapped on /dev/nvidia0
+oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' AND resource_id='3' AND type='default'" -p cpu=1 -p core=3 -p cpuset=2 -p gpu=1 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=0 # This GPU is mapped on /dev/nvidia0
+oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' AND resource_id='4' AND type='default'" -p cpu=1 -p core=4 -p cpuset=3 -p gpu=1 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=0 # This GPU is mapped on /dev/nvidia0
+      TXT
+
+      expected_clustera2_cmds = <<-TXT
+###################################
+# clustera-2.fakesite.grid5000.fr
+###################################
+oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='17' AND type='default'" -p cpu=3 -p core=17 -p cpuset=0 -p gpu=5 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=0 # This GPU is mapped on /dev/nvidia0
+oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='18' AND type='default'" -p cpu=3 -p core=18 -p cpuset=1 -p gpu=5 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=0 # This GPU is mapped on /dev/nvidia0
+oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='19' AND type='default'" -p cpu=3 -p core=19 -p cpuset=2 -p gpu=5 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=0 # This GPU is mapped on /dev/nvidia0
+oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='20' AND type='default'" -p cpu=3 -p core=20 -p cpuset=3 -p gpu=5 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=0 # This GPU is mapped on /dev/nvidia0
+oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='21' AND type='default'" -p cpu=3 -p core=21 -p cpuset=4 -p gpu=6 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=1 # This GPU is mapped on /dev/nvidia1
+      TXT
+
+      expected_clustera3_cmds = <<-TXT
+oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA' -p eth_count=1 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p opa='NO' -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_count=4 -p mic='NO' -p wattmeter='MULTIPLE' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
+      TXT
+
+      generator_output = capture do
+        generate_oar_properties(options)
+      end
+
+      expect(generator_output[:stdout]).to include(expected_header)
+      expect(generator_output[:stdout]).to include(expected_clustera1_cmds)
+      expect(generator_output[:stdout]).to include(expected_clustera2_cmds)
+      expect(generator_output[:stdout]).to include(expected_clustera3_cmds)
+    end
+
+    it 'should generate correctly a diff with the OAR server' do
+
+      uri = URI(conf["uri"])
+
+      response = Net::HTTP.get(uri)
+
+      expect(response).to be_an_instance_of(String)
+
+      options = {
+          :table => false,
+          :print => false,
+          :update => false,
+          :diff => true,
+          :site => "fakesite",
+          :clusters => ["clustera"],
+          :verbose => 2
+      }
+
+      expected_clustera1_diff = <<-TXT
+  clustera-1: OK
+TXT
+
+      expected_clustera2_diff = <<-TXT
+  clustera-2: OK
+TXT
+
+      generator_output = capture do
+        generate_oar_properties(options)
+      end
+
+      expect(generator_output[:stdout]).to include(expected_clustera1_diff)
+      expect(generator_output[:stdout]).to include(expected_clustera2_diff)
     end
   end
 end
\ No newline at end of file
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_do_update-1.json b/tests/stub_oar_properties/dump_oar_api_configured_server.json
similarity index 100%
rename from tests/stub_oar_properties/fakesite_from_scratch_do_update-1.json
rename to tests/stub_oar_properties/dump_oar_api_configured_server.json
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_do_diff-1.json b/tests/stub_oar_properties/dump_oar_api_empty_server.json
similarity index 100%
rename from tests/stub_oar_properties/fakesite_from_scratch_do_diff-1.json
rename to tests/stub_oar_properties/dump_oar_api_empty_server.json
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_do_print-1.json b/tests/stub_oar_properties/fakesite_from_scratch_do_print-1.json
deleted file mode 100644
index 315507912cc..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_do_print-1.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-   "links" : [],
-   "total" : 0,
-   "items" : [],
-   "offset" : 0
-}
-
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_do_print-2.json b/tests/stub_oar_properties/fakesite_from_scratch_do_print-2.json
deleted file mode 100644
index b3ee3e346e7..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_do_print-2.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-   "total" : 0,
-   "offset" : 0,
-   "items" : [],
-   "links" : []
-}
-
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_do_print-3.json b/tests/stub_oar_properties/fakesite_from_scratch_do_print-3.json
deleted file mode 100644
index 3f8d7e0edc3..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_do_print-3.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-   "items" : [],
-   "links" : [],
-   "total" : 0,
-   "offset" : 0
-}
-
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_do_print-4.json b/tests/stub_oar_properties/fakesite_from_scratch_do_print-4.json
deleted file mode 100644
index fc1671c0b1f..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_do_print-4.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-   "offset" : 0,
-   "total" : 0,
-   "items" : [],
-   "links" : []
-}
-
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_do_table-1.json b/tests/stub_oar_properties/fakesite_from_scratch_do_table-1.json
deleted file mode 100644
index 62aae9c17fa..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_do_table-1.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-   "total" : 0,
-   "links" : [],
-   "items" : [],
-   "offset" : 0
-}
-
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_do_table-2.json b/tests/stub_oar_properties/fakesite_from_scratch_do_table-2.json
deleted file mode 100644
index 630ede05439..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_do_table-2.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-   "offset" : 0,
-   "links" : [],
-   "total" : 0,
-   "items" : []
-}
-
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_do_table-3.json b/tests/stub_oar_properties/fakesite_from_scratch_do_table-3.json
deleted file mode 100644
index d2a1cd6a9de..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_do_table-3.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-   "items" : [],
-   "offset" : 0,
-   "total" : 0,
-   "links" : []
-}
-
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_do_update-1.json.json b/tests/stub_oar_properties/fakesite_from_scratch_do_update-1.json.json
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_do_update-3.json b/tests/stub_oar_properties/fakesite_from_scratch_do_update-3.json
deleted file mode 100644
index 7fc39356abf..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_do_update-3.json
+++ /dev/null
@@ -1,2446 +0,0 @@
-{
-   "offset" : 0,
-   "links" : [
-      {
-         "rel" : "self",
-         "href" : "//oarapi/resources/details.json?limit=999999&offset=0"
-      }
-   ],
-   "total" : 32,
-   "api_timestamp" : 1568902580,
-   "items" : [
-      {
-         "state" : "Alive",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "scheduler_priority" : 0,
-         "besteffort" : "YES",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 0,
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "cputype" : "Intel Xeon Silver 4110",
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "memcore" : 8192,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "cpu" : 1,
-         "virtual" : "ivt",
-         "ib" : "NO",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "ip" : "172.16.64.1",
-         "id" : 1,
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64",
-         "core" : 1,
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 0,
-         "deploy" : "NO",
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri" : "NO",
-         "mic" : "NO",
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO",
-         "max_walltime" : 86400,
-         "switch" : "gw-fakesite",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/1"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/1/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "cpucore" : 8,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 1,
-         "type" : "default",
-         "suspended_jobs" : "NO"
-      },
-      {
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 1,
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "state" : "Alive",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "memcore" : 8192,
-         "gpu_count" : 4,
-         "disktype" : "SATA",
-         "cpu" : 1,
-         "virtual" : "ivt",
-         "ib" : "NO",
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64",
-         "core" : 2,
-         "memnode" : 131072,
-         "gpudevice" : 0,
-         "next_state" : "UnChanged",
-         "deploy" : "NO",
-         "finaud_decision" : "NO",
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "ip" : "172.16.64.1",
-         "id" : 2,
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO",
-         "max_walltime" : 86400,
-         "nodemodel" : "Dell PowerEdge T640",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/2"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/2/jobs"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "disk_reservation_count" : 0,
-         "cpucore" : 8,
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 1,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri" : "NO",
-         "mic" : "NO",
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "last_available_upto" : 0
-      },
-      {
-         "eth_rate" : 10,
-         "id" : 3,
-         "ip" : "172.16.64.1",
-         "ib_rate" : 0,
-         "deploy" : "NO",
-         "next_state" : "UnChanged",
-         "memnode" : 131072,
-         "gpudevice" : 0,
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 3,
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "finaud_decision" : "NO",
-         "mic" : "NO",
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "cpucore" : 8,
-         "nodemodel" : "Dell PowerEdge T640",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/3"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/3/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "max_walltime" : 86400,
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO",
-         "gpu" : 1,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 2,
-         "eth_count" : 1,
-         "maintenance" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "memcore" : 8192,
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "virtual" : "ivt",
-         "ib" : "NO",
-         "cpu" : 1,
-         "gpu_count" : 4,
-         "disktype" : "SATA"
-      },
-      {
-         "deploy" : "NO",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 0,
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64",
-         "core" : 4,
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "finaud_decision" : "NO",
-         "eth_rate" : 10,
-         "id" : 4,
-         "ip" : "172.16.64.1",
-         "ib_rate" : 0,
-         "cpucore" : 8,
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "switch" : "gw-fakesite",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/4",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/4/jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "max_walltime" : 86400,
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "gpu" : 1,
-         "suspended_jobs" : "NO",
-         "type" : "default",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 3,
-         "eth_count" : 1,
-         "maintenance" : "NO",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "state" : "Alive",
-         "scheduler_priority" : 0,
-         "besteffort" : "YES",
-         "memcore" : 8192,
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "virtual" : "ivt",
-         "ib" : "NO",
-         "cpu" : 1,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "cputype" : "Intel Xeon Silver 4110",
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "production" : "YES",
-         "opa_rate" : 0,
-         "available_upto" : 2147483647,
-         "ib_count" : 0
-      },
-      {
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "state" : "Alive",
-         "eth_count" : 1,
-         "maintenance" : "NO",
-         "cpuset" : 4,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "opa_rate" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "cputype" : "Intel Xeon Silver 4110",
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "cpu" : 1,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "memcore" : 8192,
-         "id" : 5,
-         "ip" : "172.16.64.1",
-         "ib_rate" : 0,
-         "eth_rate" : 10,
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "finaud_decision" : "NO",
-         "deploy" : "NO",
-         "memnode" : 131072,
-         "gpudevice" : 1,
-         "next_state" : "UnChanged",
-         "core" : 5,
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "mic" : "NO",
-         "myri" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "type" : "default",
-         "gpu" : 2,
-         "suspended_jobs" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpucore" : 8,
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/5"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/5/jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "max_walltime" : 86400,
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO"
-      },
-      {
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "cpu" : 1,
-         "virtual" : "ivt",
-         "ib" : "NO",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "production" : "YES",
-         "opa_rate" : 0,
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 5,
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "state" : "Alive",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 2,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "max_walltime" : 86400,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/6",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/6/jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "opa_count" : 0,
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "cpucore" : 8,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "core" : 6,
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 1,
-         "deploy" : "NO",
-         "ib_rate" : 0,
-         "ip" : "172.16.64.1",
-         "id" : 6,
-         "eth_rate" : 10
-      },
-      {
-         "gpu_count" : 4,
-         "disktype" : "SATA",
-         "cpu" : 1,
-         "virtual" : "ivt",
-         "ib" : "NO",
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "production" : "YES",
-         "opa_rate" : 0,
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "cputype" : "Intel Xeon Silver 4110",
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 6,
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "state" : "Alive",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 2,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "max_walltime" : 86400,
-         "nodemodel" : "Dell PowerEdge T640",
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/7"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/7/jobs"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "cpucore" : 8,
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 7,
-         "next_state" : "UnChanged",
-         "memnode" : 131072,
-         "gpudevice" : 1,
-         "deploy" : "NO",
-         "ib_rate" : 0,
-         "ip" : "172.16.64.1",
-         "id" : 7,
-         "eth_rate" : 10
-      },
-      {
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 7,
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "state" : "Alive",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "gpu_count" : 4,
-         "disktype" : "SATA",
-         "cpu" : 1,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "memcore" : 8192,
-         "available_upto" : 2147483647,
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 8,
-         "gpudevice" : 1,
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "deploy" : "NO",
-         "ib_rate" : 0,
-         "ip" : "172.16.64.1",
-         "id" : 8,
-         "eth_rate" : 10,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 2,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "max_walltime" : 86400,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/8",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/8/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "myri_count" : 0,
-         "disk_reservation_count" : 0,
-         "opa_count" : 0,
-         "cpucore" : 8,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "memcpu" : 65536,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri" : "NO",
-         "mic" : "NO"
-      },
-      {
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "cpuset" : 8,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "state" : "Alive",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "cpu" : 2,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "memcore" : 8192,
-         "available_upto" : 2147483647,
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "cputype" : "Intel Xeon Silver 4110",
-         "finaud_decision" : "NO",
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 9,
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 2,
-         "deploy" : "NO",
-         "ib_rate" : 0,
-         "ip" : "172.16.64.1",
-         "id" : 9,
-         "eth_rate" : 10,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 3,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "max_walltime" : 86400,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/9",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/9/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "disk_reservation_count" : 0,
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "cpucore" : 8,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "mic" : "NO"
-      },
-      {
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 3,
-         "suspended_jobs" : "NO",
-         "type" : "default",
-         "nodemodel" : "Dell PowerEdge T640",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/10"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/10/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "myri_count" : 0,
-         "disk_reservation_count" : 0,
-         "opa_count" : 0,
-         "cpucore" : 8,
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO",
-         "max_walltime" : 86400,
-         "id" : 10,
-         "ib_rate" : 0,
-         "ip" : "172.16.64.1",
-         "eth_rate" : 10,
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "finaud_decision" : "NO",
-         "memnode" : 131072,
-         "gpudevice" : 2,
-         "next_state" : "UnChanged",
-         "deploy" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 10,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "cpu" : 2,
-         "memcore" : 8192,
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "state" : "Alive",
-         "eth_count" : 1,
-         "maintenance" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 9
-      },
-      {
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 10,
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "state" : "Alive",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "cpu" : 2,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "core" : 11,
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 2,
-         "deploy" : "NO",
-         "ib_rate" : 0,
-         "ip" : "172.16.64.1",
-         "id" : 11,
-         "eth_rate" : 10,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 3,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO",
-         "max_walltime" : 86400,
-         "nodemodel" : "Dell PowerEdge T640",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/11"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/11/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "cpucore" : 8,
-         "opa_count" : 0,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "mic" : "NO"
-      },
-      {
-         "cpu" : 2,
-         "gpu_count" : 4,
-         "disktype" : "SATA",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "virtual" : "ivt",
-         "ib" : "NO",
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "production" : "YES",
-         "opa_rate" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 11,
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "state" : "Alive",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "gpu" : 3,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "max_walltime" : 86400,
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "opa_count" : 0,
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "cpucore" : 8,
-         "nodemodel" : "Dell PowerEdge T640",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/12",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/12/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "mic" : "NO",
-         "myri" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 12,
-         "deploy" : "NO",
-         "memnode" : 131072,
-         "gpudevice" : 2,
-         "next_state" : "UnChanged",
-         "ip" : "172.16.64.1",
-         "ib_rate" : 0,
-         "id" : 12,
-         "eth_rate" : 10
-      },
-      {
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "ip" : "172.16.64.1",
-         "id" : 13,
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 13,
-         "memnode" : 131072,
-         "gpudevice" : 3,
-         "next_state" : "UnChanged",
-         "deploy" : "NO",
-         "finaud_decision" : "NO",
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri" : "NO",
-         "mic" : "NO",
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "max_walltime" : 86400,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/13",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/13/jobs"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpucore" : 8,
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "type" : "default",
-         "gpu" : 4,
-         "suspended_jobs" : "NO",
-         "state" : "Alive",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "cpuset" : 12,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "cputype" : "Intel Xeon Silver 4110",
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "memcore" : 8192,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "cpu" : 2,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "state_num" : 1,
-         "expiry_date" : 0
-      },
-      {
-         "memcore" : 8192,
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "cpu" : 2,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "cputype" : "Intel Xeon Silver 4110",
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 13,
-         "eth_count" : 1,
-         "maintenance" : "NO",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "myri_count" : 0,
-         "disk_reservation_count" : 0,
-         "cpucore" : 8,
-         "opa_count" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/14"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/14/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "max_walltime" : 86400,
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO",
-         "gpu" : 4,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "deploy" : "NO",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 3,
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 14,
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "finaud_decision" : "NO",
-         "eth_rate" : 10,
-         "id" : 14,
-         "ip" : "172.16.64.1",
-         "ib_rate" : 0
-      },
-      {
-         "finaud_decision" : "NO",
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64",
-         "core" : 15,
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 3,
-         "deploy" : "NO",
-         "ib_rate" : 0,
-         "ip" : "172.16.64.1",
-         "id" : 15,
-         "eth_rate" : 10,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "suspended_jobs" : "NO",
-         "gpu" : 4,
-         "type" : "default",
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "max_walltime" : 86400,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/15",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/15/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "cpucore" : 8,
-         "opa_count" : 0,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "mic" : "NO",
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 14,
-         "scheduler_priority" : 0,
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "gpu_count" : 4,
-         "disktype" : "SATA",
-         "cpu" : 2,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "memcore" : 8192,
-         "available_upto" : 2147483647,
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "cputype" : "Intel Xeon Silver 4110"
-      },
-      {
-         "gpu" : 4,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "max_walltime" : 86400,
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "cpucore" : 8,
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/16"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/16/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "mic" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri" : "NO",
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 16,
-         "deploy" : "NO",
-         "memnode" : 131072,
-         "gpudevice" : 3,
-         "next_state" : "UnChanged",
-         "ip" : "172.16.64.1",
-         "ib_rate" : 0,
-         "id" : 16,
-         "eth_rate" : 10,
-         "cpu" : 2,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "production" : "YES",
-         "opa_rate" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 15,
-         "scheduler_priority" : 0,
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "drain" : "NO",
-         "myri_rate" : 0
-      },
-      {
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "cpuset" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "state" : "Alive",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "cpu" : 3,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "finaud_decision" : "NO",
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64",
-         "core" : 17,
-         "memnode" : 131072,
-         "gpudevice" : 0,
-         "next_state" : "UnChanged",
-         "deploy" : "NO",
-         "ib_rate" : 0,
-         "ip" : "172.16.64.2",
-         "id" : 17,
-         "eth_rate" : 10,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 5,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO",
-         "max_walltime" : 86400,
-         "switch" : "gw-fakesite",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/17"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/17/jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "disk_reservation_count" : 0,
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "cpucore" : 8,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "mic" : "NO"
-      },
-      {
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "type" : "default",
-         "gpu" : 5,
-         "suspended_jobs" : "NO",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/18",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/18/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "myri_count" : 0,
-         "disk_reservation_count" : 0,
-         "opa_count" : 0,
-         "cpucore" : 8,
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "max_walltime" : 86400,
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "mic" : "NO",
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "finaud_decision" : "NO",
-         "gpudevice" : 0,
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "deploy" : "NO",
-         "api_timestamp" : 1568902580,
-         "core" : 18,
-         "cpuarch" : "x86_64",
-         "id" : 18,
-         "ib_rate" : 0,
-         "ip" : "172.16.64.2",
-         "eth_rate" : 10,
-         "virtual" : "ivt",
-         "ib" : "NO",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "gpu_count" : 4,
-         "disktype" : "SATA",
-         "cpu" : 3,
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_count" : 1,
-         "maintenance" : "NO",
-         "cpuset" : 1,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "scheduler_priority" : 0,
-         "besteffort" : "YES",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "state" : "Alive"
-      },
-      {
-         "memcore" : 8192,
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "cpu" : 3,
-         "gpu_count" : 4,
-         "disktype" : "SATA",
-         "cputype" : "Intel Xeon Silver 4110",
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "production" : "YES",
-         "opa_rate" : 0,
-         "available_upto" : 2147483647,
-         "ib_count" : 0,
-         "cpuset" : 2,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "eth_count" : 1,
-         "maintenance" : "NO",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "cpucore" : 8,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/19",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/19/jobs"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "max_walltime" : 86400,
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "gpu" : 5,
-         "suspended_jobs" : "NO",
-         "type" : "default",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "deploy" : "NO",
-         "next_state" : "UnChanged",
-         "memnode" : 131072,
-         "gpudevice" : 0,
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64",
-         "core" : 19,
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "finaud_decision" : "NO",
-         "eth_rate" : 10,
-         "id" : 19,
-         "ip" : "172.16.64.2",
-         "ib_rate" : 0
-      },
-      {
-         "state" : "Alive",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "cpuset" : 3,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "memcore" : 8192,
-         "cpu" : 3,
-         "gpu_count" : 4,
-         "disktype" : "SATA",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.2",
-         "ib_rate" : 0,
-         "id" : 20,
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 20,
-         "deploy" : "NO",
-         "memnode" : 131072,
-         "gpudevice" : 0,
-         "next_state" : "UnChanged",
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "mic" : "NO",
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "max_walltime" : 86400,
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "myri_count" : 0,
-         "disk_reservation_count" : 0,
-         "opa_count" : 0,
-         "cpucore" : 8,
-         "nodemodel" : "Dell PowerEdge T640",
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/20"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/20/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "gpu" : 5,
-         "suspended_jobs" : "NO",
-         "type" : "default",
-         "gpu_model" : "GeForce RTX 2080 Ti"
-      },
-      {
-         "mic" : "NO",
-         "myri" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "myri_count" : 0,
-         "disk_reservation_count" : 0,
-         "cpucore" : 8,
-         "opa_count" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/21"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/21/jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "max_walltime" : 86400,
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO",
-         "type" : "default",
-         "gpu" : 6,
-         "suspended_jobs" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "eth_rate" : 10,
-         "id" : 21,
-         "ip" : "172.16.64.2",
-         "ib_rate" : 0,
-         "deploy" : "NO",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 1,
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 21,
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "finaud_decision" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "production" : "YES",
-         "opa_rate" : 0,
-         "available_upto" : 2147483647,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "cpu" : 3,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "cpuset" : 4,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "eth_count" : 1,
-         "maintenance" : "NO"
-      },
-      {
-         "finaud_decision" : "NO",
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64",
-         "core" : 22,
-         "gpudevice" : 1,
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "deploy" : "NO",
-         "ib_rate" : 0,
-         "ip" : "172.16.64.2",
-         "id" : 22,
-         "eth_rate" : 10,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 6,
-         "suspended_jobs" : "NO",
-         "type" : "default",
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "max_walltime" : 86400,
-         "nodemodel" : "Dell PowerEdge T640",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/22"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/22/jobs"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "cpucore" : 8,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "mic" : "NO",
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpuset" : 5,
-         "scheduler_priority" : 0,
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "gpu_count" : 4,
-         "disktype" : "SATA",
-         "cpu" : 3,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "memcore" : 8192,
-         "available_upto" : 2147483647,
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "cputype" : "Intel Xeon Silver 4110"
-      },
-      {
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpuset" : 6,
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "state" : "Alive",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "besteffort" : "YES",
-         "memcore" : 8192,
-         "cpu" : 3,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "production" : "YES",
-         "opa_rate" : 0,
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64",
-         "core" : 23,
-         "deploy" : "NO",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 1,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.2",
-         "ib_rate" : 0,
-         "id" : 23,
-         "max_walltime" : 86400,
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "cpucore" : 8,
-         "opa_count" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/23",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/23/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "gpu" : 6,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "myri" : "NO",
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "cluster" : "clustera"
-      },
-      {
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "cputype" : "Intel Xeon Silver 4110",
-         "production" : "YES",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "memcore" : 8192,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "cpu" : 3,
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "state" : "Alive",
-         "scheduler_priority" : 0,
-         "besteffort" : "YES",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpuset" : 7,
-         "eth_count" : 1,
-         "maintenance" : "NO",
-         "myri" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "mic" : "NO",
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "switch" : "gw-fakesite",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/24",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/24/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "myri_count" : 0,
-         "disk_reservation_count" : 0,
-         "cpucore" : 8,
-         "opa_count" : 0,
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO",
-         "max_walltime" : 86400,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 6,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "eth_rate" : 10,
-         "id" : 24,
-         "ib_rate" : 0,
-         "ip" : "172.16.64.2",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 1,
-         "deploy" : "NO",
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64",
-         "core" : 24,
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "finaud_decision" : "NO"
-      },
-      {
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "production" : "YES",
-         "opa_rate" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "cpu" : 4,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "virtual" : "ivt",
-         "ib" : "NO",
-         "memcore" : 8192,
-         "scheduler_priority" : 0,
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "cpuset" : 8,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "mic" : "NO",
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "type" : "default",
-         "gpu" : 7,
-         "suspended_jobs" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "max_walltime" : 86400,
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO",
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "cpucore" : 8,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/25"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/25/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ip" : "172.16.64.2",
-         "ib_rate" : 0,
-         "id" : 25,
-         "eth_rate" : 10,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 25,
-         "deploy" : "NO",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 2
-      },
-      {
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "cpu" : 4,
-         "virtual" : "ivt",
-         "ib" : "NO",
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "memcore" : 8192,
-         "scheduler_priority" : 0,
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpuset" : 9,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "type" : "default",
-         "gpu" : 7,
-         "suspended_jobs" : "NO",
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "max_walltime" : 86400,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/26",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/26/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "cpucore" : 8,
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "ip" : "172.16.64.2",
-         "id" : 26,
-         "eth_rate" : 10,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 26,
-         "gpudevice" : 2,
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "deploy" : "NO"
-      },
-      {
-         "max_walltime" : 86400,
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "cpucore" : 8,
-         "opa_count" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/27",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/27/jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "gpu" : 7,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "myri" : "NO",
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "api_timestamp" : 1568902580,
-         "core" : 27,
-         "cpuarch" : "x86_64",
-         "deploy" : "NO",
-         "memnode" : 131072,
-         "gpudevice" : 2,
-         "next_state" : "UnChanged",
-         "finaud_decision" : "NO",
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.2",
-         "ib_rate" : 0,
-         "id" : 27,
-         "memcore" : 8192,
-         "cpu" : 4,
-         "gpu_count" : 4,
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "available_upto" : 2147483647,
-         "ib_count" : 0,
-         "production" : "YES",
-         "opa_rate" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpuset" : 10,
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "state" : "Alive",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "besteffort" : "YES"
-      },
-      {
-         "available_upto" : 2147483647,
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "production" : "YES",
-         "cputype" : "Intel Xeon Silver 4110",
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "cpu" : 4,
-         "gpu_count" : 4,
-         "disktype" : "SATA",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "virtual" : "ivt",
-         "ib" : "NO",
-         "memcore" : 8192,
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "state" : "Alive",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "maintenance" : "NO",
-         "eth_count" : 1,
-         "cpuset" : 11,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "mic" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "type" : "default",
-         "gpu" : 7,
-         "suspended_jobs" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "max_walltime" : 86400,
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO",
-         "myri_count" : 0,
-         "disk_reservation_count" : 0,
-         "opa_count" : 0,
-         "cpucore" : 8,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/28"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/28/jobs"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ip" : "172.16.64.2",
-         "ib_rate" : 0,
-         "id" : 28,
-         "eth_rate" : 10,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64",
-         "core" : 28,
-         "deploy" : "NO",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 2
-      },
-      {
-         "deploy" : "NO",
-         "memnode" : 131072,
-         "gpudevice" : 3,
-         "next_state" : "UnChanged",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 29,
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "finaud_decision" : "NO",
-         "eth_rate" : 10,
-         "id" : 29,
-         "ip" : "172.16.64.2",
-         "ib_rate" : 0,
-         "opa_count" : 0,
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "cpucore" : 8,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/29",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/29/jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "max_walltime" : 86400,
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO",
-         "suspended_jobs" : "NO",
-         "gpu" : 8,
-         "type" : "default",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "myri" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpuset" : 12,
-         "eth_count" : 1,
-         "maintenance" : "NO",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "state" : "Alive",
-         "scheduler_priority" : 0,
-         "besteffort" : "YES",
-         "memcore" : 8192,
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "cpu" : 4,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "cputype" : "Intel Xeon Silver 4110",
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "opa_rate" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "available_upto" : 2147483647
-      },
-      {
-         "opa_rate" : 0,
-         "production" : "YES",
-         "available_upto" : 2147483647,
-         "ib_count" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "cpu" : 4,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "memcore" : 8192,
-         "scheduler_priority" : 0,
-         "besteffort" : "YES",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "state" : "Alive",
-         "eth_count" : 1,
-         "maintenance" : "NO",
-         "cpuset" : 13,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "mic" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "gpu" : 8,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "disk_reservation_count" : 0,
-         "cpucore" : 8,
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "switch" : "gw-fakesite",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/30"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/30/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "max_walltime" : 86400,
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "id" : 30,
-         "ip" : "172.16.64.2",
-         "ib_rate" : 0,
-         "eth_rate" : 10,
-         "opa" : "NO",
-         "next_finaud_decision" : "NO",
-         "finaud_decision" : "NO",
-         "deploy" : "NO",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 3,
-         "core" : 30,
-         "api_timestamp" : 1568902580,
-         "cpuarch" : "x86_64"
-      },
-      {
-         "wattmeter" : "MULTIPLE",
-         "last_job_date" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "production" : "YES",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "memcore" : 8192,
-         "ib" : "NO",
-         "virtual" : "ivt",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "gpu_count" : 4,
-         "disktype" : "SATA",
-         "cpu" : 4,
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "state" : "Alive",
-         "scheduler_priority" : 0,
-         "besteffort" : "YES",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpuset" : 14,
-         "eth_count" : 1,
-         "maintenance" : "NO",
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "mic" : "NO",
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/31",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/31/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "myri_count" : 0,
-         "disk_reservation_count" : 0,
-         "cpucore" : 8,
-         "opa_count" : 0,
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "max_walltime" : 86400,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 8,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "eth_rate" : 10,
-         "id" : 31,
-         "ib_rate" : 0,
-         "ip" : "172.16.64.2",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "gpudevice" : 3,
-         "deploy" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902580,
-         "core" : 31,
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "finaud_decision" : "NO"
-      },
-      {
-         "next_finaud_decision" : "NO",
-         "opa" : "NO",
-         "finaud_decision" : "NO",
-         "memnode" : 131072,
-         "gpudevice" : 3,
-         "next_state" : "UnChanged",
-         "deploy" : "NO",
-         "api_timestamp" : 1568902580,
-         "core" : 32,
-         "cpuarch" : "x86_64",
-         "id" : 32,
-         "ib_rate" : 0,
-         "ip" : "172.16.64.2",
-         "eth_rate" : 10,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 8,
-         "type" : "default",
-         "suspended_jobs" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/32"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/32/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "switch" : "gw-fakesite",
-         "disk_reservation_count" : 0,
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "cpucore" : 8,
-         "desktop_computing" : "NO",
-         "cluster_priority" : 201906,
-         "max_walltime" : 86400,
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "myri" : "NO",
-         "memcpu" : 65536,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "mic" : "NO",
-         "eth_count" : 1,
-         "maintenance" : "NO",
-         "cpuset" : 15,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "besteffort" : "YES",
-         "scheduler_priority" : 0,
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "state" : "Alive",
-         "virtual" : "ivt",
-         "ib" : "NO",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "gpu_count" : 4,
-         "cpu" : 4,
-         "memcore" : 8192,
-         "production" : "YES",
-         "opa_rate" : 0,
-         "available_upto" : 2147483647,
-         "ib_count" : 0,
-         "last_job_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "cputype" : "Intel Xeon Silver 4110"
-      }
-   ]
-}
-
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_do_updatecheck9.json b/tests/stub_oar_properties/fakesite_from_scratch_do_updatecheck9.json
deleted file mode 100644
index a378fe2e131..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_do_updatecheck9.json
+++ /dev/null
@@ -1,2446 +0,0 @@
-{
-   "api_timestamp" : 1568902577,
-   "total" : 32,
-   "links" : [
-      {
-         "href" : "//oarapi/resources/details.json?limit=999999&offset=0",
-         "rel" : "self"
-      }
-   ],
-   "items" : [
-      {
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "last_available_upto" : 0,
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "cpufreq" : "2.1",
-         "gpu_count" : 4,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "id" : 1,
-         "ip" : "172.16.64.1",
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "cluster_priority" : 201906,
-         "cpuarch" : "x86_64",
-         "memnode" : 131072,
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "gpu" : 1,
-         "state_num" : 1,
-         "scheduler_priority" : 0,
-         "cpucore" : 8,
-         "deploy" : "NO",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "eth_count" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/1",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/1/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "production" : "YES",
-         "myri_rate" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "virtual" : "ivt",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "ib" : "NO",
-         "cpuset" : 0,
-         "cpu" : 1,
-         "type" : "default",
-         "gpudevice" : 0,
-         "myri_count" : 0,
-         "core" : 1,
-         "opa_count" : 0
-      },
-      {
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "cpuset" : 1,
-         "ib" : "NO",
-         "cpu" : 1,
-         "type" : "default",
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "gpudevice" : 0,
-         "core" : 2,
-         "deploy" : "NO",
-         "gpu" : 1,
-         "state_num" : 1,
-         "scheduler_priority" : 0,
-         "cpucore" : 8,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "virtual" : "ivt",
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "production" : "YES",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/2"
-            },
-            {
-               "href" : "//oarapi/resources/2/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "eth_count" : 1,
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "switch" : "gw-fakesite",
-         "id" : 2,
-         "cluster_priority" : 201906,
-         "opa_rate" : 0,
-         "memnode" : 131072,
-         "cpuarch" : "x86_64",
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.1",
-         "opa" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "drain" : "NO",
-         "myri" : "NO",
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "last_available_upto" : 0,
-         "gpu_count" : 4,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "maintenance" : "NO",
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "cpufreq" : "2.1"
-      },
-      {
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "id" : 3,
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "ip" : "172.16.64.1",
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "last_available_upto" : 0,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "gpu_count" : 4,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "ib" : "NO",
-         "cpu" : 1,
-         "type" : "default",
-         "cpuset" : 2,
-         "gpudevice" : 0,
-         "myri_count" : 0,
-         "core" : 3,
-         "opa_count" : 0,
-         "deploy" : "NO",
-         "gpu" : 1,
-         "state_num" : 1,
-         "scheduler_priority" : 0,
-         "cpucore" : 8,
-         "myri_rate" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/3",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/3/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "eth_count" : 1,
-         "production" : "YES"
-      },
-      {
-         "cpucore" : 8,
-         "scheduler_priority" : 0,
-         "gpu" : 1,
-         "state_num" : 1,
-         "deploy" : "NO",
-         "production" : "YES",
-         "eth_count" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/4",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/4/jobs"
-            }
-         ],
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "myri_rate" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "besteffort" : "YES",
-         "opa_count" : 0,
-         "core" : 4,
-         "myri_count" : 0,
-         "gpudevice" : 0,
-         "cpu" : 1,
-         "ib" : "NO",
-         "cpuset" : 3,
-         "type" : "default",
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "last_available_upto" : 0,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "suspended_jobs" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "opa" : "NO",
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "cpufreq" : "2.1",
-         "maintenance" : "NO",
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "gpu_count" : 4,
-         "wattmeter" : "MULTIPLE",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.1",
-         "id" : 4,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "switch" : "gw-fakesite"
-      },
-      {
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "memcpu" : 65536,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "gpu_count" : 4,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "last_available_upto" : 0,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "drain" : "NO",
-         "myri" : "NO",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "ip" : "172.16.64.1",
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "id" : 5,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "wattmeter" : "MULTIPLE",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/5"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/5/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "eth_count" : 1,
-         "production" : "YES",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "myri_rate" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "scheduler_priority" : 0,
-         "gpu" : 2,
-         "state_num" : 1,
-         "deploy" : "NO",
-         "core" : 5,
-         "myri_count" : 0,
-         "gpudevice" : 1,
-         "opa_count" : 0,
-         "ib" : "NO",
-         "type" : "default",
-         "cpu" : 1,
-         "cpuset" : 4,
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "besteffort" : "YES"
-      },
-      {
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "besteffort" : "YES",
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "gpudevice" : 1,
-         "core" : 6,
-         "cpuset" : 5,
-         "ib" : "NO",
-         "cpu" : 1,
-         "type" : "default",
-         "cpucore" : 8,
-         "scheduler_priority" : 0,
-         "gpu" : 2,
-         "state_num" : 1,
-         "deploy" : "NO",
-         "production" : "YES",
-         "eth_count" : 1,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/6"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/6/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "myri_rate" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "opa_rate" : 0,
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "cpuarch" : "x86_64",
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "ip" : "172.16.64.1",
-         "id" : 6,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "suspended_jobs" : "NO",
-         "drain" : "NO",
-         "myri" : "NO",
-         "opa" : "NO",
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu_count" : 4
-      },
-      {
-         "cpucore" : 8,
-         "state_num" : 1,
-         "gpu" : 2,
-         "scheduler_priority" : 0,
-         "deploy" : "NO",
-         "eth_count" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/7"
-            },
-            {
-               "href" : "//oarapi/resources/7/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "production" : "YES",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "besteffort" : "YES",
-         "gpudevice" : 1,
-         "myri_count" : 0,
-         "core" : 7,
-         "opa_count" : 0,
-         "ib" : "NO",
-         "type" : "default",
-         "cpu" : 1,
-         "cpuset" : 6,
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "opa" : "NO",
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu_count" : 4,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.1",
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "id" : 7,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-1.fakesite.grid5000.fr"
-      },
-      {
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "eth_count" : 1,
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/8",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/8/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "production" : "YES",
-         "deploy" : "NO",
-         "state_num" : 1,
-         "gpu" : 2,
-         "scheduler_priority" : 0,
-         "cpucore" : 8,
-         "ib" : "NO",
-         "cpuset" : 7,
-         "cpu" : 1,
-         "type" : "default",
-         "myri_count" : 0,
-         "gpudevice" : 1,
-         "core" : 8,
-         "opa_count" : 0,
-         "besteffort" : "YES",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "gpu_count" : 4,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "cpufreq" : "2.1",
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "drain" : "NO",
-         "myri" : "NO",
-         "suspended_jobs" : "NO",
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "id" : 8,
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.1",
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "wattmeter" : "MULTIPLE"
-      },
-      {
-         "ib" : "NO",
-         "type" : "default",
-         "cpu" : 2,
-         "cpuset" : 8,
-         "opa_count" : 0,
-         "core" : 9,
-         "myri_count" : 0,
-         "gpudevice" : 2,
-         "besteffort" : "YES",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "myri_rate" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "virtual" : "ivt",
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "production" : "YES",
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/9",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/9/jobs"
-            }
-         ],
-         "eth_count" : 1,
-         "deploy" : "NO",
-         "scheduler_priority" : 0,
-         "gpu" : 3,
-         "state_num" : 1,
-         "cpucore" : 8,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "switch" : "gw-fakesite",
-         "id" : 9,
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "ip" : "172.16.64.1",
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu_count" : 4,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "opa" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "last_available_upto" : 0,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO"
-      },
-      {
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "desktop_computing" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "opa" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "cpufreq" : "2.1",
-         "gpu_count" : 4,
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "wattmeter" : "MULTIPLE",
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "id" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.1",
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "state_num" : 1,
-         "gpu" : 3,
-         "scheduler_priority" : 0,
-         "cpucore" : 8,
-         "deploy" : "NO",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "eth_count" : 1,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/10",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/10/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "production" : "YES",
-         "myri_rate" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "virtual" : "ivt",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "besteffort" : "YES",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "cpu" : 2,
-         "ib" : "NO",
-         "cpuset" : 9,
-         "type" : "default",
-         "core" : 10,
-         "myri_count" : 0,
-         "gpudevice" : 2,
-         "opa_count" : 0
-      },
-      {
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "desktop_computing" : "NO",
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "gpu_count" : 4,
-         "wattmeter" : "MULTIPLE",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "ip" : "172.16.64.1",
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "cluster_priority" : 201906,
-         "cpuarch" : "x86_64",
-         "memnode" : 131072,
-         "opa_rate" : 0,
-         "id" : 11,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "scheduler_priority" : 0,
-         "gpu" : 3,
-         "state_num" : 1,
-         "deploy" : "NO",
-         "eth_count" : 1,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/11"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/11/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "production" : "YES",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "myri_rate" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "myri_count" : 0,
-         "core" : 11,
-         "gpudevice" : 2,
-         "opa_count" : 0,
-         "type" : "default",
-         "ib" : "NO",
-         "cpu" : 2,
-         "cpuset" : 10
-      },
-      {
-         "deploy" : "NO",
-         "cpucore" : 8,
-         "state_num" : 1,
-         "gpu" : 3,
-         "scheduler_priority" : 0,
-         "virtual" : "ivt",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/12",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/12/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "eth_count" : 1,
-         "production" : "YES",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "besteffort" : "YES",
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "myri_count" : 0,
-         "core" : 12,
-         "gpudevice" : 2,
-         "opa_count" : 0,
-         "cpu" : 2,
-         "ib" : "NO",
-         "type" : "default",
-         "cpuset" : 11,
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "gpu_count" : 4,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "memcpu" : 65536,
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "wattmeter" : "MULTIPLE",
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.1",
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "id" : 12
-      },
-      {
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "switch" : "gw-fakesite",
-         "id" : 13,
-         "cluster_priority" : 201906,
-         "opa_rate" : 0,
-         "memnode" : 131072,
-         "cpuarch" : "x86_64",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.1",
-         "cputype" : "Intel Xeon Silver 4110",
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu_count" : 4,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "opa" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "drain" : "NO",
-         "myri" : "NO",
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "last_available_upto" : 0,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "ib" : "NO",
-         "type" : "default",
-         "cpu" : 2,
-         "cpuset" : 12,
-         "opa_count" : 0,
-         "gpudevice" : 3,
-         "myri_count" : 0,
-         "core" : 13,
-         "besteffort" : "YES",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "virtual" : "ivt",
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "production" : "YES",
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/13"
-            },
-            {
-               "href" : "//oarapi/resources/13/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "eth_count" : 1,
-         "deploy" : "NO",
-         "gpu" : 4,
-         "scheduler_priority" : 0,
-         "state_num" : 1,
-         "cpucore" : 8
-      },
-      {
-         "deploy" : "NO",
-         "cpucore" : 8,
-         "state_num" : 1,
-         "gpu" : 4,
-         "scheduler_priority" : 0,
-         "virtual" : "ivt",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "production" : "YES",
-         "eth_count" : 1,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/14",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/14/jobs"
-            }
-         ],
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "gpudevice" : 3,
-         "core" : 14,
-         "type" : "default",
-         "ib" : "NO",
-         "cpu" : 2,
-         "cpuset" : 13,
-         "suspended_jobs" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "opa" : "NO",
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "last_available_upto" : 0,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu_count" : 4,
-         "cpufreq" : "2.1",
-         "maintenance" : "NO",
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "wattmeter" : "MULTIPLE",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "switch" : "gw-fakesite",
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "ip" : "172.16.64.1",
-         "id" : 14
-      },
-      {
-         "eth_count" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/15",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/15/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "production" : "YES",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "cpucore" : 8,
-         "state_num" : 1,
-         "gpu" : 4,
-         "scheduler_priority" : 0,
-         "deploy" : "NO",
-         "myri_count" : 0,
-         "core" : 15,
-         "gpudevice" : 3,
-         "opa_count" : 0,
-         "type" : "default",
-         "ib" : "NO",
-         "cpu" : 2,
-         "cpuset" : 14,
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "memcpu" : 65536,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "gpu_count" : 4,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "last_available_upto" : 0,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "drain" : "NO",
-         "myri" : "NO",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.1",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpuarch" : "x86_64",
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "opa_rate" : 0,
-         "id" : 15,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged"
-      },
-      {
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "gpudevice" : 3,
-         "core" : 16,
-         "ib" : "NO",
-         "cpuset" : 15,
-         "cpu" : 2,
-         "type" : "default",
-         "cpucore" : 8,
-         "gpu" : 4,
-         "scheduler_priority" : 0,
-         "state_num" : 1,
-         "deploy" : "NO",
-         "production" : "YES",
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/16"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/16/jobs"
-            }
-         ],
-         "eth_count" : 1,
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "myri_rate" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "wattmeter" : "MULTIPLE",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "ip" : "172.16.64.1",
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "id" : 16,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "suspended_jobs" : "NO",
-         "drain" : "NO",
-         "myri" : "NO",
-         "opa" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu_count" : 4
-      },
-      {
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu_count" : 4,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "drain" : "NO",
-         "myri" : "NO",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "last_available_upto" : 0,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.2",
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "id" : 17,
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "wattmeter" : "MULTIPLE",
-         "virtual" : "ivt",
-         "myri_rate" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "eth_count" : 1,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/17",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/17/jobs"
-            }
-         ],
-         "production" : "YES",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "deploy" : "NO",
-         "cpucore" : 8,
-         "scheduler_priority" : 0,
-         "gpu" : 5,
-         "state_num" : 1,
-         "gpudevice" : 0,
-         "myri_count" : 0,
-         "core" : 17,
-         "opa_count" : 0,
-         "cpu" : 3,
-         "ib" : "NO",
-         "type" : "default",
-         "cpuset" : 0,
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "besteffort" : "YES",
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640"
-      },
-      {
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "desktop_computing" : "NO",
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "gpu_count" : 4,
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "wattmeter" : "MULTIPLE",
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "id" : 18,
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.2",
-         "cpuarch" : "x86_64",
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "gpu" : 5,
-         "state_num" : 1,
-         "scheduler_priority" : 0,
-         "cpucore" : 8,
-         "deploy" : "NO",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "eth_count" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/18",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/18/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "production" : "YES",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "virtual" : "ivt",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "besteffort" : "YES",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "ib" : "NO",
-         "cpu" : 3,
-         "cpuset" : 1,
-         "type" : "default",
-         "myri_count" : 0,
-         "gpudevice" : 0,
-         "core" : 18,
-         "opa_count" : 0
-      },
-      {
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "cpu" : 3,
-         "ib" : "NO",
-         "cpuset" : 2,
-         "type" : "default",
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "gpudevice" : 0,
-         "core" : 19,
-         "state_num" : 1,
-         "gpu" : 5,
-         "scheduler_priority" : 0,
-         "cpucore" : 8,
-         "deploy" : "NO",
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "production" : "YES",
-         "eth_count" : 1,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/19",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/19/jobs"
-            }
-         ],
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "virtual" : "ivt",
-         "wattmeter" : "MULTIPLE",
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "id" : 19,
-         "opa_rate" : 0,
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "cpuarch" : "x86_64",
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.2",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "switch" : "gw-fakesite",
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "opa" : "NO",
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "drain" : "NO",
-         "myri" : "NO",
-         "maintenance" : "NO",
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "gpu_count" : 4,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO"
-      },
-      {
-         "production" : "YES",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/20"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/20/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "eth_count" : 1,
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "myri_rate" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "gpu" : 5,
-         "state_num" : 1,
-         "scheduler_priority" : 0,
-         "deploy" : "NO",
-         "opa_count" : 0,
-         "gpudevice" : 0,
-         "myri_count" : 0,
-         "core" : 20,
-         "cpu" : 3,
-         "ib" : "NO",
-         "type" : "default",
-         "cpuset" : 3,
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "besteffort" : "YES",
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu_count" : 4,
-         "last_available_upto" : 0,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "suspended_jobs" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "opa" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "ip" : "172.16.64.2",
-         "id" : 20,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "switch" : "gw-fakesite",
-         "wattmeter" : "MULTIPLE",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0
-      },
-      {
-         "gpu_count" : 4,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "id" : 21,
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "ip" : "172.16.64.2",
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "myri_rate" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "eth_count" : 1,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/21"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/21/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "production" : "YES",
-         "deploy" : "NO",
-         "state_num" : 1,
-         "gpu" : 6,
-         "scheduler_priority" : 0,
-         "cpucore" : 8,
-         "type" : "default",
-         "ib" : "NO",
-         "cpu" : 3,
-         "cpuset" : 4,
-         "myri_count" : 0,
-         "gpudevice" : 1,
-         "core" : 21,
-         "opa_count" : 0,
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0
-      },
-      {
-         "last_available_upto" : 0,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "opa" : "NO",
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "memcpu" : 65536,
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu_count" : 4,
-         "wattmeter" : "MULTIPLE",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "ip" : "172.16.64.2",
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "id" : 22,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "gpu" : 6,
-         "state_num" : 1,
-         "scheduler_priority" : 0,
-         "deploy" : "NO",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/22",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/22/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "eth_count" : 1,
-         "production" : "YES",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "myri_rate" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "besteffort" : "YES",
-         "myri_count" : 0,
-         "gpudevice" : 1,
-         "core" : 22,
-         "opa_count" : 0,
-         "ib" : "NO",
-         "cpu" : 3,
-         "type" : "default",
-         "cpuset" : 5
-      },
-      {
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.2",
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "id" : 23,
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "wattmeter" : "MULTIPLE",
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu_count" : 4,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "drain" : "NO",
-         "myri" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "opa" : "NO",
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "desktop_computing" : "NO",
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "gpudevice" : 1,
-         "myri_count" : 0,
-         "core" : 23,
-         "opa_count" : 0,
-         "cpu" : 3,
-         "ib" : "NO",
-         "cpuset" : 6,
-         "type" : "default",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "virtual" : "ivt",
-         "myri_rate" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/23",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/23/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "eth_count" : 1,
-         "production" : "YES",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "deploy" : "NO",
-         "cpucore" : 8,
-         "gpu" : 6,
-         "scheduler_priority" : 0,
-         "state_num" : 1
-      },
-      {
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "id" : 24,
-         "eth_rate" : 10,
-         "ip" : "172.16.64.2",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cluster_priority" : 201906,
-         "cpuarch" : "x86_64",
-         "memnode" : 131072,
-         "opa_rate" : 0,
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "opa" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "last_available_upto" : 0,
-         "gpu_count" : 4,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "cpuset" : 7,
-         "ib" : "NO",
-         "cpu" : 3,
-         "type" : "default",
-         "gpudevice" : 1,
-         "myri_count" : 0,
-         "core" : 24,
-         "opa_count" : 0,
-         "deploy" : "NO",
-         "gpu" : 6,
-         "state_num" : 1,
-         "scheduler_priority" : 0,
-         "cpucore" : 8,
-         "myri_rate" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/24",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/24/jobs"
-            }
-         ],
-         "eth_count" : 1,
-         "production" : "YES"
-      },
-      {
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.2",
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "id" : 25,
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "gpu_count" : 4,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "opa" : "NO",
-         "last_available_upto" : 0,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "core" : 25,
-         "myri_count" : 0,
-         "gpudevice" : 2,
-         "opa_count" : 0,
-         "cpuset" : 8,
-         "ib" : "NO",
-         "cpu" : 4,
-         "type" : "default",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "besteffort" : "YES",
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "virtual" : "ivt",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/25"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/25/jobs"
-            }
-         ],
-         "eth_count" : 1,
-         "production" : "YES",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "deploy" : "NO",
-         "cpucore" : 8,
-         "scheduler_priority" : 0,
-         "gpu" : 7,
-         "state_num" : 1
-      },
-      {
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "gpu_count" : 4,
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "last_available_upto" : 0,
-         "opa" : "NO",
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "id" : 26,
-         "cluster_priority" : 201906,
-         "opa_rate" : 0,
-         "memnode" : 131072,
-         "cpuarch" : "x86_64",
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.2",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "switch" : "gw-fakesite",
-         "wattmeter" : "MULTIPLE",
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "production" : "YES",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/26"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/26/jobs"
-            }
-         ],
-         "eth_count" : 1,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "virtual" : "ivt",
-         "scheduler_priority" : 0,
-         "gpu" : 7,
-         "state_num" : 1,
-         "cpucore" : 8,
-         "deploy" : "NO",
-         "ib" : "NO",
-         "type" : "default",
-         "cpu" : 4,
-         "cpuset" : 9,
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "gpudevice" : 2,
-         "core" : 26,
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "besteffort" : "YES",
-         "max_walltime" : 86400,
-         "state" : "Alive"
-      },
-      {
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "besteffort" : "YES",
-         "gpudevice" : 2,
-         "myri_count" : 0,
-         "core" : 27,
-         "opa_count" : 0,
-         "ib" : "NO",
-         "cpu" : 4,
-         "type" : "default",
-         "cpuset" : 10,
-         "cpucore" : 8,
-         "scheduler_priority" : 0,
-         "gpu" : 7,
-         "state_num" : 1,
-         "deploy" : "NO",
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/27",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/27/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "eth_count" : 1,
-         "production" : "YES",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "myri_rate" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "eth_rate" : 10,
-         "ip" : "172.16.64.2",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cluster_priority" : 201906,
-         "opa_rate" : 0,
-         "memnode" : 131072,
-         "cpuarch" : "x86_64",
-         "id" : 27,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "desktop_computing" : "NO",
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "opa" : "NO",
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu_count" : 4
-      },
-      {
-         "cpu" : 4,
-         "ib" : "NO",
-         "type" : "default",
-         "cpuset" : 11,
-         "gpudevice" : 2,
-         "myri_count" : 0,
-         "core" : 28,
-         "opa_count" : 0,
-         "besteffort" : "YES",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/28",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/28/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "eth_count" : 1,
-         "production" : "YES",
-         "deploy" : "NO",
-         "gpu" : 7,
-         "state_num" : 1,
-         "scheduler_priority" : 0,
-         "cpucore" : 8,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "id" : 28,
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.2",
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu_count" : 4,
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "opa" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "last_available_upto" : 0,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO"
-      },
-      {
-         "deploy" : "NO",
-         "cpucore" : 8,
-         "gpu" : 8,
-         "state_num" : 1,
-         "scheduler_priority" : 0,
-         "virtual" : "ivt",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/29"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/29/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "eth_count" : 1,
-         "production" : "YES",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "gpudevice" : 3,
-         "myri_count" : 0,
-         "core" : 29,
-         "opa_count" : 0,
-         "ib" : "NO",
-         "type" : "default",
-         "cpu" : 4,
-         "cpuset" : 12,
-         "drain" : "NO",
-         "myri" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "opa" : "NO",
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "gpu_count" : 4,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "wattmeter" : "MULTIPLE",
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "ip" : "172.16.64.2",
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpuarch" : "x86_64",
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "opa_rate" : 0,
-         "id" : 29
-      },
-      {
-         "virtual" : "ivt",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "production" : "YES",
-         "eth_count" : 1,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/30"
-            },
-            {
-               "href" : "//oarapi/resources/30/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "deploy" : "NO",
-         "cpucore" : 8,
-         "gpu" : 8,
-         "state_num" : 1,
-         "scheduler_priority" : 0,
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "gpudevice" : 3,
-         "core" : 30,
-         "ib" : "NO",
-         "cpu" : 4,
-         "type" : "default",
-         "cpuset" : 13,
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "besteffort" : "YES",
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "gpu_count" : 4,
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "suspended_jobs" : "NO",
-         "drain" : "NO",
-         "myri" : "NO",
-         "opa" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "last_available_upto" : 0,
-         "api_timestamp" : 1568902577,
-         "desktop_computing" : "NO",
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "switch" : "gw-fakesite",
-         "cluster_priority" : 201906,
-         "opa_rate" : 0,
-         "memnode" : 131072,
-         "cpuarch" : "x86_64",
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "ip" : "172.16.64.2",
-         "id" : 30,
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "wattmeter" : "MULTIPLE"
-      },
-      {
-         "deploy" : "NO",
-         "cpucore" : 8,
-         "gpu" : 8,
-         "state_num" : 1,
-         "scheduler_priority" : 0,
-         "virtual" : "ivt",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "production" : "YES",
-         "eth_count" : 1,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/31",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/31/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "gpudevice" : 3,
-         "core" : 31,
-         "cpu" : 4,
-         "ib" : "NO",
-         "type" : "default",
-         "cpuset" : 14,
-         "suspended_jobs" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "opa" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu_count" : 4,
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "disk_reservation_count" : 0,
-         "next_state" : "UnChanged",
-         "wattmeter" : "MULTIPLE",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "switch" : "gw-fakesite",
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_rate" : 10,
-         "ip" : "172.16.64.2",
-         "id" : 31
-      },
-      {
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "besteffort" : "YES",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "cpu" : 4,
-         "ib" : "NO",
-         "type" : "default",
-         "cpuset" : 15,
-         "gpudevice" : 3,
-         "myri_count" : 0,
-         "core" : 32,
-         "opa_count" : 0,
-         "scheduler_priority" : 0,
-         "gpu" : 8,
-         "state_num" : 1,
-         "cpucore" : 8,
-         "deploy" : "NO",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "eth_count" : 1,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/32",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/32/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "production" : "YES",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "virtual" : "ivt",
-         "wattmeter" : "MULTIPLE",
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "id" : 32,
-         "eth_rate" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "ip" : "172.16.64.2",
-         "cluster_priority" : 201906,
-         "cpuarch" : "x86_64",
-         "memnode" : 131072,
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902577,
-         "last_available_upto" : 0,
-         "available_upto" : 2147483647,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "gpu_count" : 4,
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti"
-      }
-   ],
-   "offset" : 0
-}
-
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-1.json b/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-1.json
deleted file mode 100644
index d0fdfabbb35..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-1.json
+++ /dev/null
@@ -1,2446 +0,0 @@
-{
-   "offset" : 0,
-   "api_timestamp" : 1568902581,
-   "items" : [
-      {
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "besteffort" : "YES",
-         "id" : 1,
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "switch" : "gw-fakesite",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "state_num" : 1,
-         "ib_rate" : 0,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "production" : "YES",
-         "eth_rate" : 10,
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "disk_reservation_count" : 0,
-         "ip" : "172.16.64.1",
-         "deploy" : "NO",
-         "ib" : "NO",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/1"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/1/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "gpudevice" : 0,
-         "opa_count" : 0,
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "type" : "default",
-         "maintenance" : "NO",
-         "state" : "Alive",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "myri_rate" : 0,
-         "eth_count" : 1,
-         "scheduler_priority" : 0,
-         "expiry_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 1,
-         "finaud_decision" : "NO",
-         "cpuset" : 0,
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "cpu" : 1,
-         "core" : 1,
-         "gpu_count" : 4,
-         "myri_count" : 0
-      },
-      {
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "ip" : "172.16.64.1",
-         "deploy" : "NO",
-         "ib_rate" : 0,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "eth_rate" : 10,
-         "cluster" : "clustera",
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "switch" : "gw-fakesite",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "suspended_jobs" : "NO",
-         "besteffort" : "YES",
-         "id" : 2,
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "cpuset" : 1,
-         "finaud_decision" : "NO",
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "core" : 2,
-         "cpu" : 1,
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "eth_count" : 1,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 3,
-         "expiry_date" : 0,
-         "opa" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "type" : "default",
-         "state" : "Alive",
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/2"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/2/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "opa_count" : 0,
-         "gpudevice" : 0,
-         "ib" : "NO"
-      },
-      {
-         "ib" : "NO",
-         "opa_count" : 0,
-         "gpudevice" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/3"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/3/jobs"
-            }
-         ],
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "maintenance" : "NO",
-         "type" : "default",
-         "state" : "Alive",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "next_state" : "UnChanged",
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 1,
-         "expiry_date" : 0,
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "cpuset" : 2,
-         "finaud_decision" : "NO",
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "core" : 3,
-         "cpu" : 1,
-         "mic" : "NO",
-         "desktop_computing" : "NO",
-         "myri" : "NO",
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "suspended_jobs" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "id" : 3,
-         "besteffort" : "YES",
-         "switch" : "gw-fakesite",
-         "api_timestamp" : 1568902581,
-         "cpucore" : 8,
-         "cluster" : "clustera",
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "ib_rate" : 0,
-         "eth_rate" : 10,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "disk_reservation_count" : 0,
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "ip" : "172.16.64.1",
-         "deploy" : "NO"
-      },
-      {
-         "finaud_decision" : "NO",
-         "cpuset" : 3,
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "core" : 4,
-         "cpu" : 1,
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 1,
-         "expiry_date" : 0,
-         "opa" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "type" : "default",
-         "state" : "Alive",
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/4"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/4/jobs"
-            }
-         ],
-         "gpudevice" : 0,
-         "opa_count" : 0,
-         "ib" : "NO",
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "disk_reservation_count" : 0,
-         "ip" : "172.16.64.1",
-         "deploy" : "NO",
-         "ib_rate" : 0,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "last_available_upto" : 0,
-         "production" : "YES",
-         "eth_rate" : 10,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cpuarch" : "x86_64",
-         "switch" : "gw-fakesite",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "suspended_jobs" : "NO",
-         "besteffort" : "YES",
-         "id" : 4,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "last_job_date" : 0,
-         "disktype" : "SATA",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "myri" : "NO",
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "desktop_computing" : "NO",
-         "mic" : "NO"
-      },
-      {
-         "state" : "Alive",
-         "type" : "default",
-         "maintenance" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/5",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/5/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "gpudevice" : 1,
-         "opa_count" : 0,
-         "ib" : "NO",
-         "core" : 5,
-         "cpu" : 1,
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "cpuset" : 4,
-         "finaud_decision" : "NO",
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 2,
-         "expiry_date" : 0,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "next_state" : "UnChanged",
-         "opa" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "id" : 5,
-         "besteffort" : "YES",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "suspended_jobs" : "NO",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "ip" : "172.16.64.1",
-         "deploy" : "NO",
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "eth_rate" : 10,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "ib_rate" : 0,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cluster" : "clustera",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "switch" : "gw-fakesite"
-      },
-      {
-         "api_timestamp" : 1568902581,
-         "cpucore" : 8,
-         "switch" : "gw-fakesite",
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cluster" : "clustera",
-         "last_available_upto" : 0,
-         "production" : "YES",
-         "eth_rate" : 10,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "ib_rate" : 0,
-         "deploy" : "NO",
-         "ip" : "172.16.64.1",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "last_job_date" : 0,
-         "disktype" : "SATA",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "id" : 6,
-         "besteffort" : "YES",
-         "suspended_jobs" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 2,
-         "expiry_date" : 0,
-         "scheduler_priority" : 0,
-         "myri_rate" : 0,
-         "eth_count" : 1,
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "cpu" : 1,
-         "core" : 6,
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "cpuset" : 5,
-         "finaud_decision" : "NO",
-         "ib" : "NO",
-         "opa_count" : 0,
-         "gpudevice" : 1,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/6",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/6/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "state" : "Alive",
-         "type" : "default",
-         "maintenance" : "NO"
-      },
-      {
-         "state" : "Alive",
-         "type" : "default",
-         "maintenance" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/7"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/7/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "gpudevice" : 1,
-         "opa_count" : 0,
-         "ib" : "NO",
-         "cpu" : 1,
-         "core" : 7,
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "cpuset" : 6,
-         "finaud_decision" : "NO",
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "expiry_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 2,
-         "eth_count" : 1,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "next_state" : "UnChanged",
-         "opa" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "id" : 7,
-         "besteffort" : "YES",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "disktype" : "SATA",
-         "myri" : "NO",
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "mic" : "NO",
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "ip" : "172.16.64.1",
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cpuarch" : "x86_64",
-         "cluster" : "clustera",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "switch" : "gw-fakesite"
-      },
-      {
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "cpu" : 1,
-         "core" : 8,
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "cpuset" : 7,
-         "finaud_decision" : "NO",
-         "gpu" : 2,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "scheduler_priority" : 0,
-         "myri_rate" : 0,
-         "eth_count" : 1,
-         "next_state" : "UnChanged",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "state" : "Alive",
-         "maintenance" : "NO",
-         "type" : "default",
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "opa_count" : 0,
-         "gpudevice" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/8"
-            },
-            {
-               "href" : "//oarapi/resources/8/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "ib" : "NO",
-         "deploy" : "NO",
-         "ip" : "172.16.64.1",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "last_available_upto" : 0,
-         "production" : "YES",
-         "eth_rate" : 10,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "ib_rate" : 0,
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cpuarch" : "x86_64",
-         "cluster" : "clustera",
-         "api_timestamp" : 1568902581,
-         "cpucore" : 8,
-         "switch" : "gw-fakesite",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "id" : 8,
-         "besteffort" : "YES",
-         "suspended_jobs" : "NO",
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "desktop_computing" : "NO",
-         "mic" : "NO"
-      },
-      {
-         "opa_count" : 0,
-         "gpudevice" : 2,
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/9",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/9/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "ib" : "NO",
-         "type" : "default",
-         "maintenance" : "NO",
-         "state" : "Alive",
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "next_state" : "UnChanged",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "cpuset" : 8,
-         "finaud_decision" : "NO",
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "core" : 9,
-         "cpu" : 2,
-         "eth_count" : 1,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "gpu" : 3,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "memcore" : 8192,
-         "myri" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "mic" : "NO",
-         "desktop_computing" : "NO",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "id" : 9,
-         "besteffort" : "YES",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "state_num" : 1,
-         "switch" : "gw-fakesite",
-         "api_timestamp" : 1568902581,
-         "cpucore" : 8,
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "ip" : "172.16.64.1",
-         "deploy" : "NO",
-         "ib_rate" : 0,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "eth_rate" : 10,
-         "drain" : "NO",
-         "max_walltime" : 86400
-      },
-      {
-         "ib_rate" : 0,
-         "last_available_upto" : 0,
-         "production" : "YES",
-         "eth_rate" : 10,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "disk_reservation_count" : 0,
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "ip" : "172.16.64.1",
-         "deploy" : "NO",
-         "switch" : "gw-fakesite",
-         "api_timestamp" : 1568902581,
-         "cpucore" : 8,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "state_num" : 1,
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "besteffort" : "YES",
-         "id" : 10,
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "myri_rate" : 0,
-         "eth_count" : 1,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "gpu" : 3,
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "cpuset" : 9,
-         "finaud_decision" : "NO",
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "core" : 10,
-         "cpu" : 2,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "next_state" : "UnChanged",
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "type" : "default",
-         "maintenance" : "NO",
-         "state" : "Alive",
-         "ib" : "NO",
-         "opa_count" : 0,
-         "gpudevice" : 2,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/10",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/10/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ]
-      },
-      {
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "switch" : "gw-fakesite",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cpuarch" : "x86_64",
-         "cluster" : "clustera",
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "eth_rate" : 10,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "ib_rate" : 0,
-         "ip" : "172.16.64.1",
-         "deploy" : "NO",
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "disk_reservation_count" : 0,
-         "mic" : "NO",
-         "desktop_computing" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "besteffort" : "YES",
-         "id" : 11,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "opa" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "gpu" : 3,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "cpu" : 2,
-         "core" : 11,
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "finaud_decision" : "NO",
-         "cpuset" : 10,
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "ib" : "NO",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/11",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/11/jobs"
-            }
-         ],
-         "gpudevice" : 2,
-         "opa_count" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "state" : "Alive",
-         "type" : "default",
-         "maintenance" : "NO"
-      },
-      {
-         "state_num" : 1,
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "cluster" : "clustera",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "switch" : "gw-fakesite",
-         "ip" : "172.16.64.1",
-         "deploy" : "NO",
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "last_available_upto" : 0,
-         "production" : "YES",
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "id" : 12,
-         "besteffort" : "YES",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "suspended_jobs" : "NO",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "disktype" : "SATA",
-         "next_state" : "UnChanged",
-         "opa" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "cpu" : 2,
-         "core" : 12,
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "finaud_decision" : "NO",
-         "cpuset" : 11,
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 3,
-         "expiry_date" : 0,
-         "eth_count" : 1,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/12",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/12/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "gpudevice" : 2,
-         "opa_count" : 0,
-         "ib" : "NO",
-         "state" : "Alive",
-         "type" : "default",
-         "maintenance" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072
-      },
-      {
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "state" : "Alive",
-         "maintenance" : "NO",
-         "type" : "default",
-         "ib" : "NO",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/13"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/13/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "gpudevice" : 3,
-         "opa_count" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 4,
-         "expiry_date" : 0,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "cpu" : 2,
-         "core" : 13,
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "cpuset" : 12,
-         "finaud_decision" : "NO",
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "opa" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "id" : 13,
-         "besteffort" : "YES",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "suspended_jobs" : "NO",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "myri" : "NO",
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "eth_rate" : 10,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "ib_rate" : 0,
-         "deploy" : "NO",
-         "ip" : "172.16.64.1",
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "switch" : "gw-fakesite",
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "state_num" : 1,
-         "cluster" : "clustera"
-      },
-      {
-         "memcore" : 8192,
-         "myri" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "suspended_jobs" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "id" : 14,
-         "besteffort" : "YES",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "state_num" : 1,
-         "switch" : "gw-fakesite",
-         "api_timestamp" : 1568902581,
-         "cpucore" : 8,
-         "disk_reservation_count" : 0,
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "ip" : "172.16.64.1",
-         "deploy" : "NO",
-         "ib_rate" : 0,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "eth_rate" : 10,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "opa_count" : 0,
-         "gpudevice" : 3,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/14"
-            },
-            {
-               "href" : "//oarapi/resources/14/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "ib" : "NO",
-         "maintenance" : "NO",
-         "type" : "default",
-         "state" : "Alive",
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "next_state" : "UnChanged",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "cpuset" : 13,
-         "finaud_decision" : "NO",
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "cpu" : 2,
-         "core" : 14,
-         "eth_count" : 1,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 4,
-         "expiry_date" : 0
-      },
-      {
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "state" : "Alive",
-         "type" : "default",
-         "maintenance" : "NO",
-         "ib" : "NO",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/15"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/15/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "gpudevice" : 3,
-         "opa_count" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 4,
-         "expiry_date" : 0,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "cpu" : 2,
-         "core" : 15,
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "cpuset" : 14,
-         "finaud_decision" : "NO",
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "opa" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "besteffort" : "YES",
-         "id" : 15,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "eth_rate" : 10,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "ib_rate" : 0,
-         "ip" : "172.16.64.1",
-         "deploy" : "NO",
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "switch" : "gw-fakesite",
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "state_num" : 1,
-         "cluster" : "clustera"
-      },
-      {
-         "myri" : "NO",
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "id" : 16,
-         "besteffort" : "YES",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "cluster" : "clustera",
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "switch" : "gw-fakesite",
-         "api_timestamp" : 1568902581,
-         "cpucore" : 8,
-         "disk_reservation_count" : 0,
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "deploy" : "NO",
-         "ip" : "172.16.64.1",
-         "ib_rate" : 0,
-         "production" : "YES",
-         "eth_rate" : 10,
-         "last_available_upto" : 0,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "gpudevice" : 3,
-         "opa_count" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/16"
-            },
-            {
-               "href" : "//oarapi/resources/16/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "ib" : "NO",
-         "type" : "default",
-         "maintenance" : "NO",
-         "state" : "Alive",
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "next_state" : "UnChanged",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "cpuset" : 15,
-         "finaud_decision" : "NO",
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "cpu" : 2,
-         "core" : 16,
-         "myri_rate" : 0,
-         "eth_count" : 1,
-         "scheduler_priority" : 0,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "gpu" : 4
-      },
-      {
-         "myri_rate" : 0,
-         "eth_count" : 1,
-         "scheduler_priority" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 5,
-         "expiry_date" : 0,
-         "finaud_decision" : "NO",
-         "cpuset" : 0,
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "cpu" : 3,
-         "core" : 17,
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "type" : "default",
-         "maintenance" : "NO",
-         "state" : "Alive",
-         "ib" : "NO",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/17",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/17/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "opa_count" : 0,
-         "gpudevice" : 0,
-         "ib_rate" : 0,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "production" : "YES",
-         "eth_rate" : 10,
-         "last_available_upto" : 0,
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "deploy" : "NO",
-         "ip" : "172.16.64.2",
-         "switch" : "gw-fakesite",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cpuarch" : "x86_64",
-         "last_job_date" : 0,
-         "disktype" : "SATA",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "besteffort" : "YES",
-         "id" : 17,
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "nodemodel" : "Dell PowerEdge T640"
-      },
-      {
-         "core" : 18,
-         "cpu" : 3,
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "cpuset" : 1,
-         "finaud_decision" : "NO",
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 5,
-         "expiry_date" : 0,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "next_state" : "UnChanged",
-         "opa" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "state" : "Alive",
-         "maintenance" : "NO",
-         "type" : "default",
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/18"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/18/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "gpudevice" : 0,
-         "opa_count" : 0,
-         "ib" : "NO",
-         "ip" : "172.16.64.2",
-         "deploy" : "NO",
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "disk_reservation_count" : 0,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "eth_rate" : 10,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "ib_rate" : 0,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cluster" : "clustera",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "switch" : "gw-fakesite",
-         "id" : 18,
-         "besteffort" : "YES",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "disktype" : "SATA",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "mic" : "NO",
-         "desktop_computing" : "NO"
-      },
-      {
-         "switch" : "gw-fakesite",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "state_num" : 1,
-         "ib_rate" : 0,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "last_available_upto" : 0,
-         "production" : "YES",
-         "eth_rate" : 10,
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "deploy" : "NO",
-         "ip" : "172.16.64.2",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "myri" : "NO",
-         "last_job_date" : 0,
-         "disktype" : "SATA",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "id" : 19,
-         "besteffort" : "YES",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "gpu" : 5,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "finaud_decision" : "NO",
-         "cpuset" : 2,
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "core" : 19,
-         "cpu" : 3,
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "ib" : "NO",
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/19"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/19/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "opa_count" : 0,
-         "gpudevice" : 0,
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "type" : "default",
-         "maintenance" : "NO",
-         "state" : "Alive"
-      },
-      {
-         "opa" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "cpuset" : 3,
-         "finaud_decision" : "NO",
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "core" : 20,
-         "cpu" : 3,
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "gpu" : 5,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/20",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/20/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "opa_count" : 0,
-         "gpudevice" : 0,
-         "ib" : "NO",
-         "type" : "default",
-         "maintenance" : "NO",
-         "state" : "Alive",
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "cluster" : "clustera",
-         "state_num" : 1,
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "switch" : "gw-fakesite",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "disk_reservation_count" : 0,
-         "deploy" : "NO",
-         "ip" : "172.16.64.2",
-         "ib_rate" : 0,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "eth_rate" : 10,
-         "myri" : "NO",
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "mic" : "NO",
-         "desktop_computing" : "NO",
-         "suspended_jobs" : "NO",
-         "id" : 20,
-         "besteffort" : "YES",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO"
-      },
-      {
-         "suspended_jobs" : "NO",
-         "besteffort" : "YES",
-         "id" : 21,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "myri" : "NO",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "disk_reservation_count" : 0,
-         "ip" : "172.16.64.2",
-         "deploy" : "NO",
-         "ib_rate" : 0,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "eth_rate" : 10,
-         "cluster" : "clustera",
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "switch" : "gw-fakesite",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "maintenance" : "NO",
-         "type" : "default",
-         "state" : "Alive",
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/21",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/21/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "opa_count" : 0,
-         "gpudevice" : 1,
-         "ib" : "NO",
-         "finaud_decision" : "NO",
-         "cpuset" : 4,
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "core" : 21,
-         "cpu" : 3,
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "myri_rate" : 0,
-         "eth_count" : 1,
-         "scheduler_priority" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 6,
-         "expiry_date" : 0,
-         "opa" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "host" : "clustera-2.fakesite.grid5000.fr"
-      },
-      {
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/22",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/22/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "gpudevice" : 1,
-         "opa_count" : 0,
-         "ib" : "NO",
-         "state" : "Alive",
-         "maintenance" : "NO",
-         "type" : "default",
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "opa" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "cpu" : 3,
-         "core" : 22,
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "finaud_decision" : "NO",
-         "cpuset" : 5,
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 6,
-         "expiry_date" : 0,
-         "myri_rate" : 0,
-         "eth_count" : 1,
-         "scheduler_priority" : 0,
-         "myri" : "NO",
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "id" : 22,
-         "besteffort" : "YES",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "disktype" : "SATA",
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cluster" : "clustera",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "switch" : "gw-fakesite",
-         "ip" : "172.16.64.2",
-         "deploy" : "NO",
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "eth_rate" : 10,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "ib_rate" : 0
-      },
-      {
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "myri" : "NO",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "besteffort" : "YES",
-         "id" : 23,
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "suspended_jobs" : "NO",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "state_num" : 1,
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "cluster" : "clustera",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "switch" : "gw-fakesite",
-         "ip" : "172.16.64.2",
-         "deploy" : "NO",
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "disk_reservation_count" : 0,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "eth_rate" : 10,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "ib_rate" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/23",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/23/jobs"
-            }
-         ],
-         "gpudevice" : 1,
-         "opa_count" : 0,
-         "ib" : "NO",
-         "state" : "Alive",
-         "type" : "default",
-         "maintenance" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "opa" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "core" : 23,
-         "cpu" : 3,
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "finaud_decision" : "NO",
-         "cpuset" : 6,
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "gpu" : 6,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "eth_count" : 1,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0
-      },
-      {
-         "gpudevice" : 1,
-         "opa_count" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/24",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/24/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "ib" : "NO",
-         "state" : "Alive",
-         "type" : "default",
-         "maintenance" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "next_state" : "UnChanged",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "core" : 24,
-         "cpu" : 3,
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "cpuset" : 7,
-         "finaud_decision" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "gpu" : 6,
-         "scheduler_priority" : 0,
-         "myri_rate" : 0,
-         "eth_count" : 1,
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "myri" : "NO",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "id" : 24,
-         "besteffort" : "YES",
-         "suspended_jobs" : "NO",
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cpuarch" : "x86_64",
-         "cluster" : "clustera",
-         "api_timestamp" : 1568902581,
-         "cpucore" : 8,
-         "switch" : "gw-fakesite",
-         "ip" : "172.16.64.2",
-         "deploy" : "NO",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "production" : "YES",
-         "eth_rate" : 10,
-         "last_available_upto" : 0,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "ib_rate" : 0
-      },
-      {
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "myri" : "NO",
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "besteffort" : "YES",
-         "id" : 25,
-         "suspended_jobs" : "NO",
-         "api_timestamp" : 1568902581,
-         "cpucore" : 8,
-         "switch" : "gw-fakesite",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cpuarch" : "x86_64",
-         "cluster" : "clustera",
-         "eth_rate" : 10,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "ib_rate" : 0,
-         "ip" : "172.16.64.2",
-         "deploy" : "NO",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "ib" : "NO",
-         "opa_count" : 0,
-         "gpudevice" : 2,
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/25",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/25/jobs"
-            }
-         ],
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "state" : "Alive",
-         "type" : "default",
-         "maintenance" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 7,
-         "expiry_date" : 0,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "core" : 25,
-         "cpu" : 4,
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "cpuset" : 8,
-         "finaud_decision" : "NO"
-      },
-      {
-         "ib_rate" : 0,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "production" : "YES",
-         "eth_rate" : 10,
-         "last_available_upto" : 0,
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "deploy" : "NO",
-         "ip" : "172.16.64.2",
-         "switch" : "gw-fakesite",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "cluster" : "clustera",
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "besteffort" : "YES",
-         "id" : 26,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "myri_rate" : 0,
-         "eth_count" : 1,
-         "gpu" : 7,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "cpuset" : 9,
-         "finaud_decision" : "NO",
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "cpu" : 4,
-         "core" : 26,
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "maintenance" : "NO",
-         "type" : "default",
-         "state" : "Alive",
-         "ib" : "NO",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/26"
-            },
-            {
-               "href" : "//oarapi/resources/26/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "opa_count" : 0,
-         "gpudevice" : 2
-      },
-      {
-         "ip" : "172.16.64.2",
-         "deploy" : "NO",
-         "disk_reservation_count" : 0,
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "eth_rate" : 10,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "ib_rate" : 0,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cluster" : "clustera",
-         "api_timestamp" : 1568902581,
-         "cpucore" : 8,
-         "switch" : "gw-fakesite",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "id" : 27,
-         "besteffort" : "YES",
-         "suspended_jobs" : "NO",
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "myri" : "NO",
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "core" : 27,
-         "cpu" : 4,
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "finaud_decision" : "NO",
-         "cpuset" : 10,
-         "gpu" : 7,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "myri_rate" : 0,
-         "eth_count" : 1,
-         "scheduler_priority" : 0,
-         "next_state" : "UnChanged",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "state" : "Alive",
-         "maintenance" : "NO",
-         "type" : "default",
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "opa_count" : 0,
-         "gpudevice" : 2,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/27"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/27/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "ib" : "NO"
-      },
-      {
-         "cpu" : 4,
-         "core" : 28,
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "finaud_decision" : "NO",
-         "cpuset" : 11,
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "gpu" : 7,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "next_state" : "UnChanged",
-         "opa" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "state" : "Alive",
-         "maintenance" : "NO",
-         "type" : "default",
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/28"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/28/jobs"
-            }
-         ],
-         "opa_count" : 0,
-         "gpudevice" : 2,
-         "ib" : "NO",
-         "ip" : "172.16.64.2",
-         "deploy" : "NO",
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "disk_reservation_count" : 0,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cluster" : "clustera",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "switch" : "gw-fakesite",
-         "besteffort" : "YES",
-         "id" : 28,
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "suspended_jobs" : "NO",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "memcore" : 8192,
-         "myri" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "mic" : "NO",
-         "desktop_computing" : "NO"
-      },
-      {
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "scheduler_priority" : 0,
-         "myri_rate" : 0,
-         "eth_count" : 1,
-         "expiry_date" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 8,
-         "finaud_decision" : "NO",
-         "cpuset" : 12,
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "core" : 29,
-         "cpu" : 4,
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "ib" : "NO",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/29"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/29/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "opa_count" : 0,
-         "gpudevice" : 3,
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "type" : "default",
-         "maintenance" : "NO",
-         "state" : "Alive",
-         "switch" : "gw-fakesite",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "state_num" : 1,
-         "ib_rate" : 0,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "production" : "YES",
-         "eth_rate" : 10,
-         "last_available_upto" : 0,
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "ip" : "172.16.64.2",
-         "deploy" : "NO",
-         "mic" : "NO",
-         "desktop_computing" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "id" : 29,
-         "besteffort" : "YES",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti"
-      },
-      {
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "type" : "default",
-         "maintenance" : "NO",
-         "state" : "Alive",
-         "ib" : "NO",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/30"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/30/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "gpudevice" : 3,
-         "opa_count" : 0,
-         "eth_count" : 1,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 8,
-         "expiry_date" : 0,
-         "cpuset" : 13,
-         "finaud_decision" : "NO",
-         "cluster_priority" : 201906,
-         "ib_count" : 0,
-         "core" : 30,
-         "cpu" : 4,
-         "gpu_count" : 4,
-         "myri_count" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "id" : 30,
-         "besteffort" : "YES",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "mic" : "NO",
-         "desktop_computing" : "NO",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_rate" : 0,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "eth_rate" : 10,
-         "production" : "YES",
-         "last_available_upto" : 0,
-         "memcpu" : 65536,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "deploy" : "NO",
-         "ip" : "172.16.64.2",
-         "switch" : "gw-fakesite",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cpuarch" : "x86_64"
-      },
-      {
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "memcore" : 8192,
-         "myri" : "NO",
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "id" : 31,
-         "besteffort" : "YES",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "switch" : "gw-fakesite",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "cluster" : "clustera",
-         "state_num" : 1,
-         "opa_rate" : 0,
-         "cpuarch" : "x86_64",
-         "ib_rate" : 0,
-         "max_walltime" : 86400,
-         "drain" : "NO",
-         "production" : "YES",
-         "eth_rate" : 10,
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "disk_reservation_count" : 0,
-         "ip" : "172.16.64.2",
-         "deploy" : "NO",
-         "ib" : "NO",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/31"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/31/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "gpudevice" : 3,
-         "opa_count" : 0,
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "type" : "default",
-         "maintenance" : "NO",
-         "state" : "Alive",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "opa" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "next_state" : "UnChanged",
-         "myri_rate" : 0,
-         "eth_count" : 1,
-         "scheduler_priority" : 0,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 8,
-         "expiry_date" : 0,
-         "finaud_decision" : "NO",
-         "cpuset" : 14,
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "cpu" : 4,
-         "core" : 31,
-         "myri_count" : 0,
-         "gpu_count" : 4
-      },
-      {
-         "ip" : "172.16.64.2",
-         "deploy" : "NO",
-         "cpufreq" : "2.1",
-         "memcpu" : 65536,
-         "disk_reservation_count" : 0,
-         "drain" : "NO",
-         "max_walltime" : 86400,
-         "last_available_upto" : 0,
-         "production" : "YES",
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "cpuarch" : "x86_64",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "cluster" : "clustera",
-         "cpucore" : 8,
-         "api_timestamp" : 1568902581,
-         "switch" : "gw-fakesite",
-         "id" : 32,
-         "besteffort" : "YES",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "disktype" : "SATA",
-         "memcore" : 8192,
-         "nodemodel" : "Dell PowerEdge T640",
-         "myri" : "NO",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "cpu" : 4,
-         "core" : 32,
-         "myri_count" : 0,
-         "gpu_count" : 4,
-         "cpuset" : 15,
-         "finaud_decision" : "NO",
-         "ib_count" : 0,
-         "cluster_priority" : 201906,
-         "gpu" : 8,
-         "wattmeter" : "MULTIPLE",
-         "expiry_date" : 0,
-         "myri_rate" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "next_state" : "UnChanged",
-         "opa" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "state" : "Alive",
-         "maintenance" : "NO",
-         "type" : "default",
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/32",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/32/jobs"
-            }
-         ],
-         "gpudevice" : 3,
-         "opa_count" : 0,
-         "ib" : "NO"
-      }
-   ],
-   "links" : [
-      {
-         "href" : "//oarapi/resources/details.json?limit=999999&offset=0",
-         "rel" : "self"
-      }
-   ],
-   "total" : 32
-}
-
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-2.json b/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-2.json
deleted file mode 100644
index b36c015a762..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-2.json
+++ /dev/null
@@ -1,2446 +0,0 @@
-{
-   "api_timestamp" : 1568902584,
-   "total" : 32,
-   "items" : [
-      {
-         "expiry_date" : 0,
-         "opa" : "NO",
-         "cpuarch" : "x86_64",
-         "myri_rate" : 0,
-         "memcore" : 8192,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "maintenance" : "NO",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "production" : "YES",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "gpu" : 1,
-         "eth_count" : 1,
-         "state" : "Alive",
-         "cpucore" : 8,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "cpu" : 1,
-         "gpu_count" : 4,
-         "max_walltime" : 86400,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "ip" : "172.16.64.1",
-         "disktype" : "SATA",
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "type" : "default",
-         "drain" : "NO",
-         "next_state" : "UnChanged",
-         "wattmeter" : "MULTIPLE",
-         "core" : 1,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "eth_rate" : 10,
-         "cluster_priority" : 201906,
-         "last_job_date" : 0,
-         "ib_rate" : 0,
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "gpudevice" : 0,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "cpuset" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/1",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/1/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "suspended_jobs" : "NO",
-         "opa_count" : 0,
-         "id" : 1
-      },
-      {
-         "available_upto" : 2147483647,
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "maintenance" : "NO",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "opa" : "NO",
-         "cpuarch" : "x86_64",
-         "myri_rate" : 0,
-         "ib_count" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "cpu" : 1,
-         "gpu_count" : 4,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "max_walltime" : 86400,
-         "disktype" : "SATA",
-         "ip" : "172.16.64.1",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "production" : "YES",
-         "disk_reservation_count" : 0,
-         "gpu" : 3,
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "eth_count" : 1,
-         "cpucore" : 8,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "eth_rate" : 10,
-         "cluster_priority" : 201906,
-         "last_job_date" : 0,
-         "ib_rate" : 0,
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "type" : "default",
-         "drain" : "NO",
-         "next_state" : "UnChanged",
-         "wattmeter" : "MULTIPLE",
-         "core" : 2,
-         "next_finaud_decision" : "NO",
-         "memcpu" : 65536,
-         "gpudevice" : 0,
-         "cpuset" : 1,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/2",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/2/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "suspended_jobs" : "NO",
-         "opa_count" : 0,
-         "id" : 2,
-         "cputype" : "Intel Xeon Silver 4110",
-         "virtual" : "ivt",
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "state_num" : 1
-      },
-      {
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "eth_rate" : 10,
-         "cluster_priority" : 201906,
-         "last_job_date" : 0,
-         "ib_rate" : 0,
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "type" : "default",
-         "drain" : "NO",
-         "next_state" : "UnChanged",
-         "wattmeter" : "MULTIPLE",
-         "core" : 3,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "gpudevice" : 0,
-         "cpuset" : 2,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/3"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/3/jobs"
-            }
-         ],
-         "suspended_jobs" : "NO",
-         "opa_count" : 0,
-         "id" : 3,
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "state_num" : 1,
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "myri_count" : 0,
-         "maintenance" : "NO",
-         "finaud_decision" : "NO",
-         "mic" : "NO",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "expiry_date" : 0,
-         "opa" : "NO",
-         "cpuarch" : "x86_64",
-         "myri_rate" : 0,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "cpu" : 1,
-         "gpu_count" : 4,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.1",
-         "disktype" : "SATA",
-         "scheduler_priority" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "production" : "YES",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "gpu" : 1,
-         "eth_count" : 1,
-         "state" : "Alive",
-         "cpucore" : 8
-      },
-      {
-         "cpuset" : 3,
-         "gpudevice" : 0,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/4",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/4/jobs"
-            }
-         ],
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "id" : 4,
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "cputype" : "Intel Xeon Silver 4110",
-         "virtual" : "ivt",
-         "state_num" : 1,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "drain" : "NO",
-         "type" : "default",
-         "next_state" : "UnChanged",
-         "core" : 4,
-         "wattmeter" : "MULTIPLE",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpu_count" : 4,
-         "cpu" : 1,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "max_walltime" : 86400,
-         "disktype" : "SATA",
-         "ip" : "172.16.64.1",
-         "scheduler_priority" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "state" : "Alive",
-         "eth_count" : 1,
-         "gpu" : 1,
-         "besteffort" : "YES",
-         "cpucore" : 8,
-         "available_upto" : 2147483647,
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "maintenance" : "NO",
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "expiry_date" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "myri_rate" : 0,
-         "ib_count" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192
-      },
-      {
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "expiry_date" : 0,
-         "ib_count" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "myri_rate" : 0,
-         "gpu_count" : 4,
-         "cpu" : 1,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "ip" : "172.16.64.1",
-         "disktype" : "SATA",
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "max_walltime" : 86400,
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "scheduler_priority" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpucore" : 8,
-         "eth_count" : 1,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "gpu" : 2,
-         "deploy" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "drain" : "NO",
-         "type" : "default",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "cpufreq" : "2.1",
-         "core" : 5,
-         "wattmeter" : "MULTIPLE",
-         "next_state" : "UnChanged",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/5"
-            },
-            {
-               "href" : "//oarapi/resources/5/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "cpuset" : 4,
-         "memcpu" : 65536,
-         "gpudevice" : 1,
-         "next_finaud_decision" : "NO",
-         "id" : 5,
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "state_num" : 1,
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110"
-      },
-      {
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "cpuset" : 5,
-         "memcpu" : 65536,
-         "gpudevice" : 1,
-         "next_finaud_decision" : "NO",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/6"
-            },
-            {
-               "href" : "//oarapi/resources/6/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "id" : 6,
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "drain" : "NO",
-         "type" : "default",
-         "next_state" : "UnChanged",
-         "core" : 6,
-         "wattmeter" : "MULTIPLE",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "eth_count" : 1,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "gpu" : 2,
-         "cpucore" : 8,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpu_count" : 4,
-         "cpu" : 1,
-         "max_walltime" : 86400,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "ip" : "172.16.64.1",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "myri_rate" : 0,
-         "ib_count" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "available_upto" : 2147483647,
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "maintenance" : "NO",
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "finaud_decision" : "NO",
-         "mic" : "NO"
-      },
-      {
-         "state_num" : 1,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/7"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/7/jobs"
-            }
-         ],
-         "cpuset" : 6,
-         "gpudevice" : 1,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "id" : 7,
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "drain" : "NO",
-         "type" : "default",
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "core" : 7,
-         "wattmeter" : "MULTIPLE",
-         "next_state" : "UnChanged",
-         "deploy" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "cpucore" : 8,
-         "eth_count" : 1,
-         "state" : "Alive",
-         "gpu" : 2,
-         "besteffort" : "YES",
-         "gpu_count" : 4,
-         "cpu" : 1,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "ip" : "172.16.64.1",
-         "disktype" : "SATA",
-         "max_walltime" : 86400,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "expiry_date" : 0,
-         "memcore" : 8192,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "myri_rate" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "myri_count" : 0,
-         "available_upto" : 2147483647,
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO"
-      },
-      {
-         "available_upto" : 2147483647,
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "maintenance" : "NO",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "expiry_date" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "myri_rate" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpu_count" : 4,
-         "cpu" : 1,
-         "ib" : "NO",
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "disktype" : "SATA",
-         "ip" : "172.16.64.1",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "state" : "Alive",
-         "eth_count" : 1,
-         "gpu" : 2,
-         "besteffort" : "YES",
-         "cpucore" : 8,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "cpufreq" : "2.1",
-         "drain" : "NO",
-         "type" : "default",
-         "next_state" : "UnChanged",
-         "core" : 8,
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 7,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "gpudevice" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/8"
-            },
-            {
-               "href" : "//oarapi/resources/8/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "id" : 8,
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1
-      },
-      {
-         "next_state" : "UnChanged",
-         "wattmeter" : "MULTIPLE",
-         "core" : 9,
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "type" : "default",
-         "drain" : "NO",
-         "eth_rate" : 10,
-         "cluster_priority" : 201906,
-         "last_job_date" : 0,
-         "ib_rate" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "state_num" : 1,
-         "suspended_jobs" : "NO",
-         "opa_count" : 0,
-         "id" : 9,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "gpudevice" : 2,
-         "cpuset" : 8,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/9"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/9/jobs"
-            }
-         ],
-         "myri_rate" : 0,
-         "ib_count" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "expiry_date" : 0,
-         "opa" : "NO",
-         "cpuarch" : "x86_64",
-         "maintenance" : "NO",
-         "finaud_decision" : "NO",
-         "mic" : "NO",
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "available_upto" : 2147483647,
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 3,
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "eth_count" : 1,
-         "cpucore" : 8,
-         "scheduler_priority" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "production" : "YES",
-         "disk_reservation_count" : 0,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.1",
-         "disktype" : "SATA",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "cpu" : 2,
-         "gpu_count" : 4
-      },
-      {
-         "last_job_date" : 0,
-         "ib_rate" : 0,
-         "eth_rate" : 10,
-         "cluster_priority" : 201906,
-         "deploy" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "wattmeter" : "MULTIPLE",
-         "core" : 10,
-         "next_state" : "UnChanged",
-         "type" : "default",
-         "drain" : "NO",
-         "cpufreq" : "2.1",
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "id" : 10,
-         "suspended_jobs" : "NO",
-         "opa_count" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/10",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/10/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "gpudevice" : 2,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "cpuset" : 9,
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "virtual" : "ivt",
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "finaud_decision" : "NO",
-         "mic" : "NO",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "maintenance" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "myri_count" : 0,
-         "available_upto" : 2147483647,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "myri_rate" : 0,
-         "opa" : "NO",
-         "cpuarch" : "x86_64",
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "ip" : "172.16.64.1",
-         "max_walltime" : 86400,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "cpu" : 2,
-         "gpu_count" : 4,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "gpu" : 3,
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "eth_count" : 1,
-         "production" : "YES",
-         "disk_reservation_count" : 0,
-         "scheduler_priority" : 0,
-         "nodemodel" : "Dell PowerEdge T640"
-      },
-      {
-         "state_num" : 1,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "id" : 11,
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/11",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/11/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "cpuset" : 10,
-         "memcpu" : 65536,
-         "gpudevice" : 2,
-         "next_finaud_decision" : "NO",
-         "core" : 11,
-         "wattmeter" : "MULTIPLE",
-         "next_state" : "UnChanged",
-         "drain" : "NO",
-         "type" : "default",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "cpufreq" : "2.1",
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "deploy" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "eth_count" : 1,
-         "state" : "Alive",
-         "gpu" : 3,
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "disktype" : "SATA",
-         "ip" : "172.16.64.1",
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "ib" : "NO",
-         "gpu_count" : 4,
-         "cpu" : 2,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "myri_rate" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "expiry_date" : 0,
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647
-      },
-      {
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "expiry_date" : 0,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "myri_rate" : 0,
-         "gpu_count" : 4,
-         "cpu" : 2,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "ip" : "172.16.64.1",
-         "disktype" : "SATA",
-         "max_walltime" : 86400,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "cpucore" : 8,
-         "eth_count" : 1,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "gpu" : 3,
-         "deploy" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "drain" : "NO",
-         "type" : "default",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "cpufreq" : "2.1",
-         "core" : 12,
-         "wattmeter" : "MULTIPLE",
-         "next_state" : "UnChanged",
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/12"
-            },
-            {
-               "href" : "//oarapi/resources/12/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "cpuset" : 11,
-         "gpudevice" : 2,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "id" : 12,
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "state_num" : 1,
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110"
-      },
-      {
-         "next_state" : "UnChanged",
-         "wattmeter" : "MULTIPLE",
-         "core" : 13,
-         "cpufreq" : "2.1",
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "type" : "default",
-         "drain" : "NO",
-         "eth_rate" : 10,
-         "cluster_priority" : 201906,
-         "last_job_date" : 0,
-         "ib_rate" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "state_num" : 1,
-         "suspended_jobs" : "NO",
-         "opa_count" : 0,
-         "id" : 13,
-         "memcpu" : 65536,
-         "gpudevice" : 3,
-         "next_finaud_decision" : "NO",
-         "cpuset" : 12,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/13",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/13/jobs"
-            }
-         ],
-         "myri_rate" : 0,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "expiry_date" : 0,
-         "opa" : "NO",
-         "cpuarch" : "x86_64",
-         "maintenance" : "NO",
-         "finaud_decision" : "NO",
-         "mic" : "NO",
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "available_upto" : 2147483647,
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "gpu" : 4,
-         "besteffort" : "YES",
-         "eth_count" : 1,
-         "state" : "Alive",
-         "cpucore" : 8,
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "production" : "YES",
-         "disk_reservation_count" : 0,
-         "max_walltime" : 86400,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "ip" : "172.16.64.1",
-         "disktype" : "SATA",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "cpu" : 2,
-         "gpu_count" : 4
-      },
-      {
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "deploy" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "core" : 14,
-         "wattmeter" : "MULTIPLE",
-         "next_state" : "UnChanged",
-         "drain" : "NO",
-         "type" : "default",
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "id" : 14,
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/14",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/14/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "cpuset" : 13,
-         "gpudevice" : 3,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "state_num" : 1,
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "myri_rate" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "ip" : "172.16.64.1",
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "ib" : "NO",
-         "gpu_count" : 4,
-         "cpu" : 2,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "state" : "Alive",
-         "eth_count" : 1,
-         "gpu" : 4,
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0
-      },
-      {
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "id" : 15,
-         "cpuset" : 14,
-         "gpudevice" : 3,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/15",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/15/jobs"
-            }
-         ],
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "virtual" : "ivt",
-         "state_num" : 1,
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "next_state" : "UnChanged",
-         "core" : 15,
-         "wattmeter" : "MULTIPLE",
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "drain" : "NO",
-         "type" : "default",
-         "max_walltime" : 86400,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "ip" : "172.16.64.1",
-         "disktype" : "SATA",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpu_count" : 4,
-         "cpu" : 2,
-         "state" : "Alive",
-         "eth_count" : 1,
-         "gpu" : 4,
-         "besteffort" : "YES",
-         "cpucore" : 8,
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "maintenance" : "NO",
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "myri_count" : 0,
-         "myri_rate" : 0,
-         "memcore" : 8192,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "expiry_date" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO"
-      },
-      {
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "deploy" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "core" : 16,
-         "wattmeter" : "MULTIPLE",
-         "next_state" : "UnChanged",
-         "drain" : "NO",
-         "type" : "default",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "cpufreq" : "2.1",
-         "id" : 16,
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/16"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/16/jobs"
-            }
-         ],
-         "cpuset" : 15,
-         "memcpu" : 65536,
-         "gpudevice" : 3,
-         "next_finaud_decision" : "NO",
-         "state_num" : 1,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "myri_rate" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "ip" : "172.16.64.1",
-         "max_walltime" : 86400,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "gpu_count" : 4,
-         "cpu" : 2,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "state" : "Alive",
-         "eth_count" : 1,
-         "besteffort" : "YES",
-         "gpu" : 4,
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0
-      },
-      {
-         "state" : "Alive",
-         "eth_count" : 1,
-         "gpu" : 5,
-         "besteffort" : "YES",
-         "cpucore" : 8,
-         "scheduler_priority" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "ib" : "NO",
-         "ip" : "172.16.64.2",
-         "disktype" : "SATA",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu_count" : 4,
-         "cpu" : 3,
-         "myri_rate" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "expiry_date" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "maintenance" : "NO",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "id" : 17,
-         "cpuset" : 0,
-         "next_finaud_decision" : "NO",
-         "memcpu" : 65536,
-         "gpudevice" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/17",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/17/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "next_state" : "UnChanged",
-         "core" : 17,
-         "wattmeter" : "MULTIPLE",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "cpufreq" : "2.1",
-         "drain" : "NO",
-         "type" : "default",
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "deploy" : "NO"
-      },
-      {
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "drain" : "NO",
-         "type" : "default",
-         "next_state" : "UnChanged",
-         "core" : 18,
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 1,
-         "gpudevice" : 0,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/18",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/18/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "id" : 18,
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "cputype" : "Intel Xeon Silver 4110",
-         "virtual" : "ivt",
-         "state_num" : 1,
-         "available_upto" : 2147483647,
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "maintenance" : "NO",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "finaud_decision" : "NO",
-         "mic" : "NO",
-         "expiry_date" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "myri_rate" : 0,
-         "memcore" : 8192,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu_count" : 4,
-         "cpu" : 3,
-         "ib" : "NO",
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.2",
-         "disktype" : "SATA",
-         "scheduler_priority" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "eth_count" : 1,
-         "state" : "Alive",
-         "gpu" : 5,
-         "besteffort" : "YES",
-         "cpucore" : 8
-      },
-      {
-         "finaud_decision" : "NO",
-         "mic" : "NO",
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "maintenance" : "NO",
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "memcore" : 8192,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "myri_rate" : 0,
-         "opa" : "NO",
-         "cpuarch" : "x86_64",
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "ip" : "172.16.64.2",
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "ib" : "NO",
-         "cpu" : 3,
-         "gpu_count" : 4,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "gpu" : 5,
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "eth_count" : 1,
-         "production" : "YES",
-         "disk_reservation_count" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "last_job_date" : 0,
-         "ib_rate" : 0,
-         "eth_rate" : 10,
-         "cluster_priority" : 201906,
-         "deploy" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "wattmeter" : "MULTIPLE",
-         "core" : 19,
-         "next_state" : "UnChanged",
-         "type" : "default",
-         "drain" : "NO",
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "id" : 19,
-         "suspended_jobs" : "NO",
-         "opa_count" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/19"
-            },
-            {
-               "href" : "//oarapi/resources/19/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "memcpu" : 65536,
-         "gpudevice" : 0,
-         "next_finaud_decision" : "NO",
-         "cpuset" : 2,
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "virtual" : "ivt",
-         "opa_rate" : 0,
-         "cluster" : "clustera"
-      },
-      {
-         "cputype" : "Intel Xeon Silver 4110",
-         "virtual" : "ivt",
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "state_num" : 1,
-         "next_finaud_decision" : "NO",
-         "memcpu" : 65536,
-         "gpudevice" : 0,
-         "cpuset" : 3,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/20",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/20/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "suspended_jobs" : "NO",
-         "opa_count" : 0,
-         "id" : 20,
-         "cpufreq" : "2.1",
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "type" : "default",
-         "drain" : "NO",
-         "next_state" : "UnChanged",
-         "wattmeter" : "MULTIPLE",
-         "core" : 20,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "eth_rate" : 10,
-         "cluster_priority" : 201906,
-         "last_job_date" : 0,
-         "ib_rate" : 0,
-         "scheduler_priority" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "production" : "YES",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "gpu" : 5,
-         "state" : "Alive",
-         "eth_count" : 1,
-         "cpucore" : 8,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "cpu" : 3,
-         "gpu_count" : 4,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.2",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "opa" : "NO",
-         "cpuarch" : "x86_64",
-         "myri_rate" : 0,
-         "memcore" : 8192,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "maintenance" : "NO",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO"
-      },
-      {
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "deploy" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "core" : 21,
-         "wattmeter" : "MULTIPLE",
-         "next_state" : "UnChanged",
-         "drain" : "NO",
-         "type" : "default",
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "id" : 21,
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/21"
-            },
-            {
-               "href" : "//oarapi/resources/21/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "cpuset" : 4,
-         "gpudevice" : 1,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "state_num" : 1,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "virtual" : "ivt",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "myri_rate" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "expiry_date" : 0,
-         "ip" : "172.16.64.2",
-         "disktype" : "SATA",
-         "max_walltime" : 86400,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "gpu_count" : 4,
-         "cpu" : 3,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "state" : "Alive",
-         "eth_count" : 1,
-         "gpu" : 6,
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "scheduler_priority" : 0,
-         "nodemodel" : "Dell PowerEdge T640"
-      },
-      {
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "myri_count" : 0,
-         "available_upto" : 2147483647,
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "finaud_decision" : "NO",
-         "mic" : "NO",
-         "maintenance" : "NO",
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "expiry_date" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "myri_rate" : 0,
-         "gpu_count" : 4,
-         "cpu" : 3,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "disktype" : "SATA",
-         "ip" : "172.16.64.2",
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "max_walltime" : 86400,
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "scheduler_priority" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpucore" : 8,
-         "state" : "Alive",
-         "eth_count" : 1,
-         "gpu" : 6,
-         "besteffort" : "YES",
-         "deploy" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "drain" : "NO",
-         "type" : "default",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "cpufreq" : "2.1",
-         "core" : 22,
-         "wattmeter" : "MULTIPLE",
-         "next_state" : "UnChanged",
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/22"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/22/jobs"
-            }
-         ],
-         "cpuset" : 5,
-         "next_finaud_decision" : "NO",
-         "memcpu" : 65536,
-         "gpudevice" : 1,
-         "id" : 22,
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "state_num" : 1,
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110"
-      },
-      {
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "next_state" : "UnChanged",
-         "core" : 23,
-         "wattmeter" : "MULTIPLE",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "cpufreq" : "2.1",
-         "drain" : "NO",
-         "type" : "default",
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "id" : 23,
-         "cpuset" : 6,
-         "gpudevice" : 1,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/23"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/23/jobs"
-            }
-         ],
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "maintenance" : "NO",
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "finaud_decision" : "NO",
-         "mic" : "NO",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "myri_count" : 0,
-         "myri_rate" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "expiry_date" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "max_walltime" : 86400,
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "ip" : "172.16.64.2",
-         "disktype" : "SATA",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu_count" : 4,
-         "cpu" : 3,
-         "state" : "Alive",
-         "eth_count" : 1,
-         "gpu" : 6,
-         "besteffort" : "YES",
-         "cpucore" : 8,
-         "scheduler_priority" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "disk_reservation_count" : 0,
-         "production" : "YES"
-      },
-      {
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "deploy" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "core" : 24,
-         "wattmeter" : "MULTIPLE",
-         "next_state" : "UnChanged",
-         "drain" : "NO",
-         "type" : "default",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "cpufreq" : "2.1",
-         "id" : 24,
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/24",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/24/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "cpuset" : 7,
-         "memcpu" : 65536,
-         "gpudevice" : 1,
-         "next_finaud_decision" : "NO",
-         "state_num" : 1,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "myri_count" : 0,
-         "available_upto" : 2147483647,
-         "ib_count" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "myri_rate" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "expiry_date" : 0,
-         "disktype" : "SATA",
-         "ip" : "172.16.64.2",
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "ib" : "NO",
-         "gpu_count" : 4,
-         "cpu" : 3,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "state" : "Alive",
-         "eth_count" : 1,
-         "gpu" : 6,
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0
-      },
-      {
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "state" : "Alive",
-         "eth_count" : 1,
-         "gpu" : 7,
-         "besteffort" : "YES",
-         "cpucore" : 8,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu_count" : 4,
-         "cpu" : 4,
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "ib" : "NO",
-         "ip" : "172.16.64.2",
-         "disktype" : "SATA",
-         "expiry_date" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "myri_rate" : 0,
-         "ib_count" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "myri_count" : 0,
-         "maintenance" : "NO",
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "cpuset" : 8,
-         "next_finaud_decision" : "NO",
-         "memcpu" : 65536,
-         "gpudevice" : 2,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/25",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/25/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "id" : 25,
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "drain" : "NO",
-         "type" : "default",
-         "next_state" : "UnChanged",
-         "core" : 25,
-         "wattmeter" : "MULTIPLE",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "last_job_date" : 0
-      },
-      {
-         "state_num" : 1,
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/26",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/26/jobs"
-            }
-         ],
-         "gpudevice" : 2,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "cpuset" : 9,
-         "id" : 26,
-         "suspended_jobs" : "NO",
-         "opa_count" : 0,
-         "type" : "default",
-         "drain" : "NO",
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "core" : 26,
-         "next_state" : "UnChanged",
-         "deploy" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_job_date" : 0,
-         "ib_rate" : 0,
-         "eth_rate" : 10,
-         "cluster_priority" : 201906,
-         "production" : "YES",
-         "disk_reservation_count" : 0,
-         "scheduler_priority" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpucore" : 8,
-         "besteffort" : "YES",
-         "gpu" : 7,
-         "state" : "Alive",
-         "eth_count" : 1,
-         "cpu" : 4,
-         "gpu_count" : 4,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "ip" : "172.16.64.2",
-         "disktype" : "SATA",
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "ib" : "NO",
-         "opa" : "NO",
-         "cpuarch" : "x86_64",
-         "expiry_date" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "ib_count" : 0,
-         "myri_rate" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "myri_count" : 0,
-         "available_upto" : 2147483647,
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "maintenance" : "NO"
-      },
-      {
-         "eth_rate" : 10,
-         "cluster_priority" : 201906,
-         "last_job_date" : 0,
-         "ib_rate" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "next_state" : "UnChanged",
-         "wattmeter" : "MULTIPLE",
-         "core" : 27,
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "type" : "default",
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "opa_count" : 0,
-         "id" : 27,
-         "next_finaud_decision" : "NO",
-         "memcpu" : 65536,
-         "gpudevice" : 2,
-         "cpuset" : 10,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/27"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/27/jobs"
-            }
-         ],
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "state_num" : 1,
-         "maintenance" : "NO",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "available_upto" : 2147483647,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "myri_count" : 0,
-         "myri_rate" : 0,
-         "memcore" : 8192,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "expiry_date" : 0,
-         "opa" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.2",
-         "disktype" : "SATA",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "cpu" : 4,
-         "gpu_count" : 4,
-         "besteffort" : "YES",
-         "gpu" : 7,
-         "state" : "Alive",
-         "eth_count" : 1,
-         "cpucore" : 8,
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "production" : "YES",
-         "disk_reservation_count" : 0
-      },
-      {
-         "ib_count" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "myri_rate" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "expiry_date" : 0,
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "myri_count" : 0,
-         "available_upto" : 2147483647,
-         "cpucore" : 8,
-         "eth_count" : 1,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "gpu" : 7,
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "disktype" : "SATA",
-         "ip" : "172.16.64.2",
-         "ib" : "NO",
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "gpu_count" : 4,
-         "cpu" : 4,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "core" : 28,
-         "wattmeter" : "MULTIPLE",
-         "next_state" : "UnChanged",
-         "drain" : "NO",
-         "type" : "default",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "cpufreq" : "2.1",
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "deploy" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "state_num" : 1,
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "cputype" : "Intel Xeon Silver 4110",
-         "virtual" : "ivt",
-         "id" : 28,
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/28"
-            },
-            {
-               "href" : "//oarapi/resources/28/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "cpuset" : 11,
-         "gpudevice" : 2,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO"
-      },
-      {
-         "myri_rate" : 0,
-         "memcore" : 8192,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "expiry_date" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "maintenance" : "NO",
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "available_upto" : 2147483647,
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "eth_count" : 1,
-         "state" : "Alive",
-         "gpu" : 8,
-         "besteffort" : "YES",
-         "cpucore" : 8,
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "ib" : "NO",
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "disktype" : "SATA",
-         "ip" : "172.16.64.2",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu_count" : 4,
-         "cpu" : 4,
-         "next_state" : "UnChanged",
-         "core" : 29,
-         "wattmeter" : "MULTIPLE",
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "drain" : "NO",
-         "type" : "default",
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "opa_rate" : 0,
-         "cluster" : "clustera",
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "id" : 29,
-         "cpuset" : 12,
-         "gpudevice" : 3,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/29",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/29/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ]
-      },
-      {
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "finaud_decision" : "NO",
-         "mic" : "NO",
-         "maintenance" : "NO",
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "expiry_date" : 0,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "memcore" : 8192,
-         "myri_rate" : 0,
-         "gpu_count" : 4,
-         "cpu" : 4,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "ip" : "172.16.64.2",
-         "disktype" : "SATA",
-         "ib" : "NO",
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "cpucore" : 8,
-         "eth_count" : 1,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "gpu" : 8,
-         "deploy" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "drain" : "NO",
-         "type" : "default",
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "core" : 30,
-         "wattmeter" : "MULTIPLE",
-         "next_state" : "UnChanged",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/30",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/30/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "cpuset" : 13,
-         "gpudevice" : 3,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "id" : 30,
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "state_num" : 1,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "virtual" : "ivt",
-         "cputype" : "Intel Xeon Silver 4110"
-      },
-      {
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/31"
-            },
-            {
-               "href" : "//oarapi/resources/31/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "memcpu" : 65536,
-         "gpudevice" : 3,
-         "next_finaud_decision" : "NO",
-         "cpuset" : 14,
-         "id" : 31,
-         "suspended_jobs" : "NO",
-         "opa_count" : 0,
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "virtual" : "ivt",
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "deploy" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_job_date" : 0,
-         "ib_rate" : 0,
-         "eth_rate" : 10,
-         "cluster_priority" : 201906,
-         "type" : "default",
-         "drain" : "NO",
-         "cpufreq" : "2.1",
-         "last_available_upto" : 0,
-         "myri" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "core" : 31,
-         "next_state" : "UnChanged",
-         "cpu" : 4,
-         "gpu_count" : 4,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "disktype" : "SATA",
-         "ip" : "172.16.64.2",
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "ib" : "NO",
-         "production" : "YES",
-         "disk_reservation_count" : 0,
-         "scheduler_priority" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpucore" : 8,
-         "besteffort" : "YES",
-         "gpu" : 8,
-         "eth_count" : 1,
-         "state" : "Alive",
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "available_upto" : 2147483647,
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "desktop_computing" : "NO",
-         "switch" : "gw-fakesite",
-         "maintenance" : "NO",
-         "opa" : "NO",
-         "cpuarch" : "x86_64",
-         "expiry_date" : 0,
-         "ib_count" : 0,
-         "memnode" : 131072,
-         "memcore" : 8192,
-         "myri_rate" : 0
-      },
-      {
-         "myri" : "NO",
-         "last_available_upto" : 0,
-         "cpufreq" : "2.1",
-         "drain" : "NO",
-         "type" : "default",
-         "next_state" : "UnChanged",
-         "core" : 32,
-         "wattmeter" : "MULTIPLE",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "deploy" : "NO",
-         "cluster_priority" : 201906,
-         "eth_rate" : 10,
-         "ib_rate" : 0,
-         "last_job_date" : 0,
-         "cluster" : "clustera",
-         "opa_rate" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "virtual" : "ivt",
-         "state_num" : 1,
-         "cpuset" : 15,
-         "gpudevice" : 3,
-         "memcpu" : 65536,
-         "next_finaud_decision" : "NO",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/32"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/32/jobs"
-            }
-         ],
-         "opa_count" : 0,
-         "suspended_jobs" : "NO",
-         "id" : 32,
-         "expiry_date" : 0,
-         "cpuarch" : "x86_64",
-         "opa" : "NO",
-         "myri_rate" : 0,
-         "memcore" : 8192,
-         "memnode" : 131072,
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "myri_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "maintenance" : "NO",
-         "switch" : "gw-fakesite",
-         "desktop_computing" : "NO",
-         "mic" : "NO",
-         "finaud_decision" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "scheduler_priority" : 0,
-         "disk_reservation_count" : 0,
-         "production" : "YES",
-         "state" : "Alive",
-         "eth_count" : 1,
-         "gpu" : 8,
-         "besteffort" : "YES",
-         "cpucore" : 8,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu_count" : 4,
-         "cpu" : 4,
-         "ib" : "NO",
-         "api_timestamp" : 1568902584,
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.2",
-         "disktype" : "SATA"
-      }
-   ],
-   "offset" : 0,
-   "links" : [
-      {
-         "rel" : "self",
-         "href" : "//oarapi/resources/details.json?limit=999999&offset=0"
-      }
-   ]
-}
-
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-3.json b/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-3.json
deleted file mode 100644
index e816cc60ba1..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-3.json
+++ /dev/null
@@ -1,2446 +0,0 @@
-{
-   "total" : 32,
-   "items" : [
-      {
-         "cpu" : 1,
-         "desktop_computing" : "NO",
-         "id" : 1,
-         "wattmeter" : "MULTIPLE",
-         "opa" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "gpu" : 1,
-         "cluster_priority" : 201906,
-         "production" : "YES",
-         "disktype" : "SATA",
-         "type" : "default",
-         "cpucore" : 8,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "myri_count" : 0,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/1",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/1/jobs"
-            }
-         ],
-         "core" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "opa_count" : 0,
-         "memnode" : 131072,
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "api_timestamp" : 1568902584,
-         "cpuarch" : "x86_64",
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "ip" : "172.16.64.1",
-         "max_walltime" : 86400,
-         "virtual" : "ivt",
-         "last_job_date" : 0,
-         "gpudevice" : 0,
-         "deploy" : "NO",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "besteffort" : "YES",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "memcore" : 8192,
-         "eth_count" : 1,
-         "cpuset" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO"
-      },
-      {
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "cpucore" : 8,
-         "type" : "default",
-         "production" : "YES",
-         "disktype" : "SATA",
-         "gpu" : 3,
-         "cluster_priority" : 201906,
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "myri" : "NO",
-         "opa" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "id" : 2,
-         "desktop_computing" : "NO",
-         "cpu" : 1,
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "memnode" : 131072,
-         "opa_count" : 0,
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/2"
-            },
-            {
-               "href" : "//oarapi/resources/2/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "core" : 2,
-         "myri_count" : 0,
-         "maintenance" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "nodemodel" : "Dell PowerEdge T640",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "deploy" : "NO",
-         "gpudevice" : 0,
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.1",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "mic" : "NO",
-         "memcore" : 8192,
-         "cpuset" : 1,
-         "eth_count" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "ib_count" : 0,
-         "opa_rate" : 0
-      },
-      {
-         "desktop_computing" : "NO",
-         "cpu" : 1,
-         "wattmeter" : "MULTIPLE",
-         "id" : 3,
-         "myri" : "NO",
-         "opa" : "NO",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "disktype" : "SATA",
-         "production" : "YES",
-         "cluster_priority" : 201906,
-         "gpu" : 1,
-         "type" : "default",
-         "cpucore" : 8,
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri_count" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/3"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/3/jobs"
-            }
-         ],
-         "core" : 3,
-         "opa_count" : 0,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "memnode" : 131072,
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "ip" : "172.16.64.1",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "last_job_date" : 0,
-         "deploy" : "NO",
-         "gpudevice" : 0,
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "besteffort" : "YES",
-         "cpufreq" : "2.1",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cluster" : "clustera",
-         "eth_count" : 1,
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuset" : 2,
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "mic" : "NO"
-      },
-      {
-         "last_job_date" : 0,
-         "deploy" : "NO",
-         "gpudevice" : 0,
-         "max_walltime" : 86400,
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "ip" : "172.16.64.1",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "memcore" : 8192,
-         "cpuset" : 3,
-         "eth_count" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "state" : "Alive",
-         "eth_rate" : 10,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "besteffort" : "YES",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "cpucore" : 8,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "gpu" : 1,
-         "cluster_priority" : 201906,
-         "production" : "YES",
-         "disktype" : "SATA",
-         "type" : "default",
-         "opa" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "cpu" : 1,
-         "desktop_computing" : "NO",
-         "id" : 4,
-         "wattmeter" : "MULTIPLE",
-         "memnode" : 131072,
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/4"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/4/jobs"
-            }
-         ],
-         "core" : 4,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "maintenance" : "NO"
-      },
-      {
-         "gpudevice" : 1,
-         "deploy" : "NO",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.1",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "api_timestamp" : 1568902584,
-         "cpuarch" : "x86_64",
-         "mic" : "NO",
-         "cpuset" : 4,
-         "memcore" : 8192,
-         "eth_count" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "cluster" : "clustera",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "cpucore" : 8,
-         "type" : "default",
-         "disktype" : "SATA",
-         "production" : "YES",
-         "cluster_priority" : 201906,
-         "gpu" : 2,
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "opa" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "id" : 5,
-         "desktop_computing" : "NO",
-         "cpu" : 1,
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "memnode" : 131072,
-         "opa_count" : 0,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/5",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/5/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "core" : 5,
-         "myri_count" : 0,
-         "maintenance" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "nodemodel" : "Dell PowerEdge T640",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO"
-      },
-      {
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "memcore" : 8192,
-         "eth_count" : 1,
-         "cpuset" : 5,
-         "mic" : "NO",
-         "state" : "Alive",
-         "eth_rate" : 10,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "besteffort" : "YES",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "last_job_date" : 0,
-         "gpudevice" : 1,
-         "deploy" : "NO",
-         "max_walltime" : 86400,
-         "virtual" : "ivt",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "ip" : "172.16.64.1",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "memnode" : 131072,
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "core" : 6,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/6"
-            },
-            {
-               "href" : "//oarapi/resources/6/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "cpucore" : 8,
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "gpu" : 2,
-         "cluster_priority" : 201906,
-         "production" : "YES",
-         "disktype" : "SATA",
-         "type" : "default",
-         "opa" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "cpu" : 1,
-         "desktop_computing" : "NO",
-         "id" : 6,
-         "wattmeter" : "MULTIPLE"
-      },
-      {
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "memnode" : 131072,
-         "opa_count" : 0,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/7",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/7/jobs"
-            }
-         ],
-         "core" : 7,
-         "myri_count" : 0,
-         "maintenance" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "nodemodel" : "Dell PowerEdge T640",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "cpucore" : 8,
-         "type" : "default",
-         "production" : "YES",
-         "disktype" : "SATA",
-         "cluster_priority" : 201906,
-         "gpu" : 2,
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "myri" : "NO",
-         "opa" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "id" : 7,
-         "desktop_computing" : "NO",
-         "cpu" : 1,
-         "mic" : "NO",
-         "memcore" : 8192,
-         "cpuset" : 6,
-         "eth_count" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "cluster" : "clustera",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "gpudevice" : 1,
-         "deploy" : "NO",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.1",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584
-      },
-      {
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "last_job_date" : 0,
-         "deploy" : "NO",
-         "gpudevice" : 1,
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "ip" : "172.16.64.1",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "memcore" : 8192,
-         "eth_count" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuset" : 7,
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "besteffort" : "YES",
-         "disktype" : "SATA",
-         "production" : "YES",
-         "cluster_priority" : 201906,
-         "gpu" : 2,
-         "type" : "default",
-         "cpucore" : 8,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "desktop_computing" : "NO",
-         "cpu" : 1,
-         "wattmeter" : "MULTIPLE",
-         "id" : 8,
-         "myri" : "NO",
-         "opa" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "core" : 8,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/8"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/8/jobs"
-            }
-         ],
-         "opa_count" : 0,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "memnode" : 131072,
-         "nodemodel" : "Dell PowerEdge T640",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "maintenance" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri_count" : 0
-      },
-      {
-         "cpufreq" : "2.1",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cluster" : "clustera",
-         "memcore" : 8192,
-         "cpuset" : 8,
-         "eth_count" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "mic" : "NO",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "besteffort" : "YES",
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "last_job_date" : 0,
-         "gpudevice" : 2,
-         "deploy" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "ip" : "172.16.64.1",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/9"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/9/jobs"
-            }
-         ],
-         "core" : 9,
-         "opa_count" : 0,
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "memnode" : 131072,
-         "nodemodel" : "Dell PowerEdge T640",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "maintenance" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri_count" : 0,
-         "disktype" : "SATA",
-         "production" : "YES",
-         "gpu" : 3,
-         "cluster_priority" : 201906,
-         "type" : "default",
-         "cpucore" : 8,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "desktop_computing" : "NO",
-         "cpu" : 2,
-         "wattmeter" : "MULTIPLE",
-         "id" : 9,
-         "myri" : "NO",
-         "opa" : "NO",
-         "drain" : "NO",
-         "myri_rate" : 0
-      },
-      {
-         "besteffort" : "YES",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "mic" : "NO",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "memcore" : 8192,
-         "cpuset" : 9,
-         "eth_count" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "ip" : "172.16.64.1",
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "gpudevice" : 2,
-         "deploy" : "NO",
-         "last_job_date" : 0,
-         "max_walltime" : 86400,
-         "virtual" : "ivt",
-         "myri_count" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "memnode" : 131072,
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "opa_count" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/10",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/10/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "core" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "opa" : "NO",
-         "myri" : "NO",
-         "id" : 10,
-         "wattmeter" : "MULTIPLE",
-         "cpu" : 2,
-         "desktop_computing" : "NO",
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "cpucore" : 8,
-         "type" : "default",
-         "gpu" : 3,
-         "cluster_priority" : 201906,
-         "disktype" : "SATA",
-         "production" : "YES"
-      },
-      {
-         "mic" : "NO",
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "eth_count" : 1,
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuset" : 10,
-         "cluster" : "clustera",
-         "state" : "Alive",
-         "eth_rate" : 10,
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "deploy" : "NO",
-         "gpudevice" : 2,
-         "last_job_date" : 0,
-         "max_walltime" : 86400,
-         "virtual" : "ivt",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "ip" : "172.16.64.1",
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902584,
-         "cpuarch" : "x86_64",
-         "memnode" : 131072,
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "opa_count" : 0,
-         "core" : 11,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/11"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/11/jobs"
-            }
-         ],
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "myri_count" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "cpucore" : 8,
-         "type" : "default",
-         "cluster_priority" : 201906,
-         "gpu" : 3,
-         "disktype" : "SATA",
-         "production" : "YES",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "opa" : "NO",
-         "myri" : "NO",
-         "id" : 11,
-         "wattmeter" : "MULTIPLE",
-         "cpu" : 2,
-         "desktop_computing" : "NO"
-      },
-      {
-         "myri_count" : 0,
-         "maintenance" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "nodemodel" : "Dell PowerEdge T640",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "memnode" : 131072,
-         "opa_count" : 0,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "core" : 12,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/12"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/12/jobs"
-            }
-         ],
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "opa" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "id" : 12,
-         "desktop_computing" : "NO",
-         "cpu" : 2,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "cpucore" : 8,
-         "type" : "default",
-         "production" : "YES",
-         "disktype" : "SATA",
-         "cluster_priority" : 201906,
-         "gpu" : 3,
-         "besteffort" : "YES",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "mic" : "NO",
-         "memcore" : 8192,
-         "cpuset" : 11,
-         "eth_count" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "ip" : "172.16.64.1",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "api_timestamp" : 1568902584,
-         "cpuarch" : "x86_64",
-         "gpudevice" : 2,
-         "deploy" : "NO",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "max_walltime" : 86400
-      },
-      {
-         "memnode" : 131072,
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/13",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/13/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "core" : 13,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "cpucore" : 8,
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "gpu" : 4,
-         "cluster_priority" : 201906,
-         "disktype" : "SATA",
-         "production" : "YES",
-         "type" : "default",
-         "opa" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "cpu" : 2,
-         "desktop_computing" : "NO",
-         "id" : 13,
-         "wattmeter" : "MULTIPLE",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "memcore" : 8192,
-         "cpuset" : 12,
-         "eth_count" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "eth_rate" : 10,
-         "cpufreq" : "2.1",
-         "state" : "Alive",
-         "cluster" : "clustera",
-         "besteffort" : "YES",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "last_job_date" : 0,
-         "gpudevice" : 3,
-         "deploy" : "NO",
-         "max_walltime" : 86400,
-         "virtual" : "ivt",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "ip" : "172.16.64.1",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr"
-      },
-      {
-         "desktop_computing" : "NO",
-         "cpu" : 2,
-         "wattmeter" : "MULTIPLE",
-         "id" : 14,
-         "myri" : "NO",
-         "opa" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "disktype" : "SATA",
-         "production" : "YES",
-         "gpu" : 4,
-         "cluster_priority" : 201906,
-         "type" : "default",
-         "cpucore" : 8,
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "myri_count" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "core" : 14,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/14"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/14/jobs"
-            }
-         ],
-         "opa_count" : 0,
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "memnode" : 131072,
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "ip" : "172.16.64.1",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "last_job_date" : 0,
-         "gpudevice" : 3,
-         "deploy" : "NO",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "besteffort" : "YES",
-         "state" : "Alive",
-         "eth_rate" : 10,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "eth_count" : 1,
-         "memcore" : 8192,
-         "cpuset" : 13,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "mic" : "NO"
-      },
-      {
-         "mic" : "NO",
-         "eth_count" : 1,
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuset" : 14,
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "cluster" : "clustera",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "gpudevice" : 3,
-         "deploy" : "NO",
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.1",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "api_timestamp" : 1568902584,
-         "cpuarch" : "x86_64",
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "memnode" : 131072,
-         "opa_count" : 0,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "core" : 15,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/15",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/15/jobs"
-            }
-         ],
-         "myri_count" : 0,
-         "maintenance" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "nodemodel" : "Dell PowerEdge T640",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "cpucore" : 8,
-         "type" : "default",
-         "disktype" : "SATA",
-         "production" : "YES",
-         "gpu" : 4,
-         "cluster_priority" : 201906,
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "opa" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "id" : 15,
-         "desktop_computing" : "NO",
-         "cpu" : 2
-      },
-      {
-         "last_job_date" : 0,
-         "gpudevice" : 3,
-         "deploy" : "NO",
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.1",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "api_timestamp" : 1568902584,
-         "cpuarch" : "x86_64",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "eth_count" : 1,
-         "cpuset" : 15,
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "cpufreq" : "2.1",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cluster" : "clustera",
-         "besteffort" : "YES",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "cpucore" : 8,
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "disktype" : "SATA",
-         "production" : "YES",
-         "gpu" : 4,
-         "cluster_priority" : 201906,
-         "type" : "default",
-         "myri" : "NO",
-         "opa" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "desktop_computing" : "NO",
-         "cpu" : 2,
-         "wattmeter" : "MULTIPLE",
-         "id" : 16,
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/16"
-            },
-            {
-               "href" : "//oarapi/resources/16/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "core" : 16,
-         "opa_count" : 0,
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "myri_count" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "maintenance" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr"
-      },
-      {
-         "memnode" : 131072,
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/17",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/17/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "core" : 17,
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "opa_count" : 0,
-         "myri_count" : 0,
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "cpucore" : 8,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "cluster_priority" : 201906,
-         "gpu" : 5,
-         "disktype" : "SATA",
-         "production" : "YES",
-         "type" : "default",
-         "opa" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "cpu" : 3,
-         "desktop_computing" : "NO",
-         "id" : 17,
-         "wattmeter" : "MULTIPLE",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "eth_count" : 1,
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuset" : 0,
-         "mic" : "NO",
-         "state" : "Alive",
-         "eth_rate" : 10,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "besteffort" : "YES",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "last_job_date" : 0,
-         "gpudevice" : 0,
-         "deploy" : "NO",
-         "max_walltime" : 86400,
-         "virtual" : "ivt",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "ip" : "172.16.64.2",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr"
-      },
-      {
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "memnode" : 131072,
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/18"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/18/jobs"
-            }
-         ],
-         "core" : 18,
-         "opa_count" : 0,
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "myri_count" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "maintenance" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "disktype" : "SATA",
-         "production" : "YES",
-         "gpu" : 5,
-         "cluster_priority" : 201906,
-         "type" : "default",
-         "myri" : "NO",
-         "opa" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "desktop_computing" : "NO",
-         "cpu" : 3,
-         "wattmeter" : "MULTIPLE",
-         "id" : 18,
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "eth_count" : 1,
-         "cpuset" : 1,
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "mic" : "NO",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "besteffort" : "YES",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "last_job_date" : 0,
-         "gpudevice" : 0,
-         "deploy" : "NO",
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.2",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "ib" : "NO"
-      },
-      {
-         "myri_count" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "core" : 19,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/19",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/19/jobs"
-            }
-         ],
-         "opa_count" : 0,
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "myri" : "NO",
-         "opa" : "NO",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "desktop_computing" : "NO",
-         "cpu" : 3,
-         "wattmeter" : "MULTIPLE",
-         "id" : 19,
-         "cpucore" : 8,
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "production" : "YES",
-         "disktype" : "SATA",
-         "cluster_priority" : 201906,
-         "gpu" : 5,
-         "type" : "default",
-         "besteffort" : "YES",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "memcore" : 8192,
-         "cpuset" : 2,
-         "eth_count" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "mic" : "NO",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "ip" : "172.16.64.2",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "api_timestamp" : 1568902584,
-         "cpuarch" : "x86_64",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "last_job_date" : 0,
-         "deploy" : "NO",
-         "gpudevice" : 0,
-         "virtual" : "ivt",
-         "max_walltime" : 86400
-      },
-      {
-         "maintenance" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "nodemodel" : "Dell PowerEdge T640",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "core" : 20,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/20"
-            },
-            {
-               "href" : "//oarapi/resources/20/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "memnode" : 131072,
-         "wattmeter" : "MULTIPLE",
-         "id" : 20,
-         "desktop_computing" : "NO",
-         "cpu" : 3,
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "opa" : "NO",
-         "type" : "default",
-         "disktype" : "SATA",
-         "production" : "YES",
-         "cluster_priority" : 201906,
-         "gpu" : 5,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "cpucore" : 8,
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "besteffort" : "YES",
-         "cluster" : "clustera",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cpufreq" : "2.1",
-         "mic" : "NO",
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "eth_count" : 1,
-         "cpuset" : 3,
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "api_timestamp" : 1568902584,
-         "cpuarch" : "x86_64",
-         "ip" : "172.16.64.2",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "deploy" : "NO",
-         "gpudevice" : 0,
-         "last_job_date" : 0
-      },
-      {
-         "deploy" : "NO",
-         "gpudevice" : 1,
-         "last_job_date" : 0,
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.2",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "mic" : "NO",
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "eth_count" : 1,
-         "cpuset" : 4,
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "cluster" : "clustera",
-         "state" : "Alive",
-         "eth_rate" : 10,
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "cpucore" : 8,
-         "type" : "default",
-         "disktype" : "SATA",
-         "production" : "YES",
-         "gpu" : 6,
-         "cluster_priority" : 201906,
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "opa" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "id" : 21,
-         "desktop_computing" : "NO",
-         "cpu" : 3,
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "memnode" : 131072,
-         "opa_count" : 0,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/21"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/21/jobs"
-            }
-         ],
-         "core" : 21,
-         "myri_count" : 0,
-         "maintenance" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "nodemodel" : "Dell PowerEdge T640",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO"
-      },
-      {
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "ip" : "172.16.64.2",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_job_date" : 0,
-         "gpudevice" : 1,
-         "deploy" : "NO",
-         "max_walltime" : 86400,
-         "virtual" : "ivt",
-         "besteffort" : "YES",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "eth_count" : 1,
-         "memcore" : 8192,
-         "cpuset" : 5,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "state" : "Alive",
-         "eth_rate" : 10,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "opa" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "cpu" : 3,
-         "desktop_computing" : "NO",
-         "id" : 22,
-         "wattmeter" : "MULTIPLE",
-         "cpucore" : 8,
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "cluster_priority" : 201906,
-         "gpu" : 6,
-         "production" : "YES",
-         "disktype" : "SATA",
-         "type" : "default",
-         "myri_count" : 0,
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "memnode" : 131072,
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/22",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/22/jobs"
-            }
-         ],
-         "core" : 22,
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "opa_count" : 0
-      },
-      {
-         "gpu" : 6,
-         "cluster_priority" : 201906,
-         "production" : "YES",
-         "disktype" : "SATA",
-         "type" : "default",
-         "cpucore" : 8,
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "cpu" : 3,
-         "desktop_computing" : "NO",
-         "id" : 23,
-         "wattmeter" : "MULTIPLE",
-         "opa" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/23",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/23/jobs"
-            }
-         ],
-         "core" : 23,
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "opa_count" : 0,
-         "memnode" : 131072,
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "myri_count" : 0,
-         "max_walltime" : 86400,
-         "virtual" : "ivt",
-         "last_job_date" : 0,
-         "deploy" : "NO",
-         "gpudevice" : 1,
-         "api_timestamp" : 1568902584,
-         "cpuarch" : "x86_64",
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "ip" : "172.16.64.2",
-         "cpufreq" : "2.1",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cluster" : "clustera",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "eth_count" : 1,
-         "cpuset" : 6,
-         "mic" : "NO",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "besteffort" : "YES"
-      },
-      {
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "core" : 24,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/24",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/24/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "opa_count" : 0,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "memnode" : 131072,
-         "nodemodel" : "Dell PowerEdge T640",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "maintenance" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "myri_count" : 0,
-         "disktype" : "SATA",
-         "production" : "YES",
-         "gpu" : 6,
-         "cluster_priority" : 201906,
-         "type" : "default",
-         "cpucore" : 8,
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "desktop_computing" : "NO",
-         "cpu" : 3,
-         "wattmeter" : "MULTIPLE",
-         "id" : 24,
-         "myri" : "NO",
-         "opa" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "memcore" : 8192,
-         "eth_count" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuset" : 7,
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "besteffort" : "YES",
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "last_job_date" : 0,
-         "deploy" : "NO",
-         "gpudevice" : 1,
-         "api_timestamp" : 1568902584,
-         "cpuarch" : "x86_64",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "ip" : "172.16.64.2",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0
-      },
-      {
-         "core" : 25,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/25"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/25/jobs"
-            }
-         ],
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "opa_count" : 0,
-         "memnode" : 131072,
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "myri_count" : 0,
-         "gpu" : 7,
-         "cluster_priority" : 201906,
-         "production" : "YES",
-         "disktype" : "SATA",
-         "type" : "default",
-         "cpucore" : 8,
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "cpu" : 4,
-         "desktop_computing" : "NO",
-         "id" : 25,
-         "wattmeter" : "MULTIPLE",
-         "opa" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "state" : "Alive",
-         "eth_rate" : 10,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "eth_count" : 1,
-         "memcore" : 8192,
-         "cpuset" : 8,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "besteffort" : "YES",
-         "max_walltime" : 86400,
-         "virtual" : "ivt",
-         "last_job_date" : 0,
-         "deploy" : "NO",
-         "gpudevice" : 2,
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "ip" : "172.16.64.2"
-      },
-      {
-         "myri_count" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "memnode" : 131072,
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "opa_count" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/26"
-            },
-            {
-               "href" : "//oarapi/resources/26/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "core" : 26,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "opa" : "NO",
-         "myri" : "NO",
-         "id" : 26,
-         "wattmeter" : "MULTIPLE",
-         "cpu" : 4,
-         "desktop_computing" : "NO",
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "cpucore" : 8,
-         "type" : "default",
-         "cluster_priority" : 201906,
-         "gpu" : 7,
-         "production" : "YES",
-         "disktype" : "SATA",
-         "besteffort" : "YES",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "mic" : "NO",
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "eth_count" : 1,
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuset" : 9,
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "ip" : "172.16.64.2",
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "deploy" : "NO",
-         "gpudevice" : 2,
-         "last_job_date" : 0,
-         "max_walltime" : 86400,
-         "virtual" : "ivt"
-      },
-      {
-         "deploy" : "NO",
-         "gpudevice" : 2,
-         "last_job_date" : 0,
-         "max_walltime" : 86400,
-         "virtual" : "ivt",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "ip" : "172.16.64.2",
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "mic" : "NO",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "eth_count" : 1,
-         "cpuset" : 10,
-         "cluster" : "clustera",
-         "eth_rate" : 10,
-         "cpufreq" : "2.1",
-         "state" : "Alive",
-         "besteffort" : "YES",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "cpucore" : 8,
-         "type" : "default",
-         "cluster_priority" : 201906,
-         "gpu" : 7,
-         "production" : "YES",
-         "disktype" : "SATA",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "opa" : "NO",
-         "myri" : "NO",
-         "id" : 27,
-         "wattmeter" : "MULTIPLE",
-         "cpu" : 4,
-         "desktop_computing" : "NO",
-         "memnode" : 131072,
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "opa_count" : 0,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/27",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/27/jobs"
-            }
-         ],
-         "core" : 27,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "myri_count" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "nodemodel" : "Dell PowerEdge T640"
-      },
-      {
-         "maintenance" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "nodemodel" : "Dell PowerEdge T640",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "myri_count" : 0,
-         "opa_count" : 0,
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "core" : 28,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/28"
-            },
-            {
-               "href" : "//oarapi/resources/28/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "memnode" : 131072,
-         "wattmeter" : "MULTIPLE",
-         "id" : 28,
-         "desktop_computing" : "NO",
-         "cpu" : 4,
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "myri" : "NO",
-         "opa" : "NO",
-         "type" : "default",
-         "production" : "YES",
-         "disktype" : "SATA",
-         "gpu" : 7,
-         "cluster_priority" : 201906,
-         "next_state" : "UnChanged",
-         "ib_rate" : 0,
-         "cpucore" : 8,
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "besteffort" : "YES",
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "mic" : "NO",
-         "memcore" : 8192,
-         "eth_count" : 1,
-         "cpuset" : 11,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "api_timestamp" : 1568902584,
-         "cpuarch" : "x86_64",
-         "ip" : "172.16.64.2",
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "deploy" : "NO",
-         "gpudevice" : 2,
-         "last_job_date" : 0
-      },
-      {
-         "state" : "Alive",
-         "eth_rate" : 10,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "cpuset" : 12,
-         "memcore" : 8192,
-         "eth_count" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "besteffort" : "YES",
-         "max_walltime" : 86400,
-         "virtual" : "ivt",
-         "last_job_date" : 0,
-         "deploy" : "NO",
-         "gpudevice" : 3,
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "ip" : "172.16.64.2",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/29"
-            },
-            {
-               "href" : "//oarapi/resources/29/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "core" : 29,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "opa_count" : 0,
-         "memnode" : 131072,
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "myri_count" : 0,
-         "cluster_priority" : 201906,
-         "gpu" : 8,
-         "production" : "YES",
-         "disktype" : "SATA",
-         "type" : "default",
-         "cpucore" : 8,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "cpu" : 4,
-         "desktop_computing" : "NO",
-         "id" : 29,
-         "wattmeter" : "MULTIPLE",
-         "opa" : "NO",
-         "myri" : "NO",
-         "drain" : "NO",
-         "myri_rate" : 0
-      },
-      {
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "memnode" : 131072,
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/30"
-            },
-            {
-               "href" : "//oarapi/resources/30/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "core" : 30,
-         "opa_count" : 0,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "myri_count" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "maintenance" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "production" : "YES",
-         "disktype" : "SATA",
-         "gpu" : 8,
-         "cluster_priority" : 201906,
-         "type" : "default",
-         "myri" : "NO",
-         "opa" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "desktop_computing" : "NO",
-         "cpu" : 4,
-         "wattmeter" : "MULTIPLE",
-         "id" : 30,
-         "eth_count" : 1,
-         "memcore" : 8192,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuset" : 13,
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "cpufreq" : "2.1",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "cluster" : "clustera",
-         "besteffort" : "YES",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "last_job_date" : 0,
-         "gpudevice" : 3,
-         "deploy" : "NO",
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "ip" : "172.16.64.2",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "ib" : "NO"
-      },
-      {
-         "max_walltime" : 86400,
-         "virtual" : "ivt",
-         "deploy" : "NO",
-         "gpudevice" : 3,
-         "last_job_date" : 0,
-         "last_available_upto" : 0,
-         "ib" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "ip" : "172.16.64.2",
-         "cluster" : "clustera",
-         "cpufreq" : "2.1",
-         "eth_rate" : 10,
-         "state" : "Alive",
-         "mic" : "NO",
-         "expiry_date" : 0,
-         "switch" : "gw-fakesite",
-         "cpuset" : 14,
-         "memcore" : 8192,
-         "eth_count" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "opa_rate" : 0,
-         "ib_count" : 0,
-         "besteffort" : "YES",
-         "type" : "default",
-         "gpu" : 8,
-         "cluster_priority" : 201906,
-         "disktype" : "SATA",
-         "production" : "YES",
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "cpucore" : 8,
-         "id" : 31,
-         "wattmeter" : "MULTIPLE",
-         "cpu" : 4,
-         "desktop_computing" : "NO",
-         "drain" : "NO",
-         "myri_rate" : 0,
-         "opa" : "NO",
-         "myri" : "NO",
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "opa_count" : 0,
-         "core" : 31,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/31",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/31/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "state_num" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "memnode" : 131072,
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "maintenance" : "NO",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "myri_count" : 0
-      },
-      {
-         "myri" : "NO",
-         "opa" : "NO",
-         "myri_rate" : 0,
-         "drain" : "NO",
-         "desktop_computing" : "NO",
-         "cpu" : 4,
-         "wattmeter" : "MULTIPLE",
-         "id" : 32,
-         "cpucore" : 8,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "disktype" : "SATA",
-         "production" : "YES",
-         "gpu" : 8,
-         "cluster_priority" : 201906,
-         "type" : "default",
-         "myri_count" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "maintenance" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "disk_reservation_count" : 0,
-         "gpu_count" : 4,
-         "memnode" : 131072,
-         "cputype" : "Intel Xeon Silver 4110",
-         "state_num" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/32",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/32/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "core" : 32,
-         "opa_count" : 0,
-         "memcpu" : 65536,
-         "available_upto" : 2147483647,
-         "ip" : "172.16.64.2",
-         "next_finaud_decision" : "NO",
-         "scheduler_priority" : 0,
-         "cpuarch" : "x86_64",
-         "api_timestamp" : 1568902584,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "ib" : "NO",
-         "last_available_upto" : 0,
-         "last_job_date" : 0,
-         "deploy" : "NO",
-         "gpudevice" : 3,
-         "virtual" : "ivt",
-         "max_walltime" : 86400,
-         "besteffort" : "YES",
-         "ib_count" : 0,
-         "opa_rate" : 0,
-         "memcore" : 8192,
-         "eth_count" : 1,
-         "cpuset" : 15,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "switch" : "gw-fakesite",
-         "expiry_date" : 0,
-         "mic" : "NO",
-         "eth_rate" : 10,
-         "cpufreq" : "2.1",
-         "state" : "Alive",
-         "cluster" : "clustera"
-      }
-   ],
-   "api_timestamp" : 1568902584,
-   "offset" : 0,
-   "links" : [
-      {
-         "rel" : "self",
-         "href" : "//oarapi/resources/details.json?limit=999999&offset=0"
-      }
-   ]
-}
-
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-4.json b/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-4.json
deleted file mode 100644
index 7c98ad6189a..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-4.json
+++ /dev/null
@@ -1,2446 +0,0 @@
-{
-   "items" : [
-      {
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "state" : "Alive",
-         "ib" : "NO",
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/1"
-            },
-            {
-               "href" : "//oarapi/resources/1/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "cpu" : 1,
-         "cpuset" : 0,
-         "scheduler_priority" : 0,
-         "drain" : "NO",
-         "id" : 1,
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "cpucore" : 8,
-         "expiry_date" : 0,
-         "last_job_date" : 0,
-         "myri_count" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "mic" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "gpudevice" : 0,
-         "cluster" : "clustera",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "virtual" : "ivt",
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902594,
-         "gpu" : 1,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "finaud_decision" : "NO",
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "suspended_jobs" : "NO",
-         "ip" : "172.16.64.1",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "eth_count" : 1,
-         "core" : 1,
-         "cpuarch" : "x86_64",
-         "cputype" : "Intel Xeon Silver 4110"
-      },
-      {
-         "myri_count" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "last_job_date" : 0,
-         "cpucore" : 8,
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "drain" : "NO",
-         "id" : 2,
-         "memnode" : 131072,
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/2"
-            },
-            {
-               "href" : "//oarapi/resources/2/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "cpuset" : 1,
-         "cpu" : 1,
-         "scheduler_priority" : 0,
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib" : "NO",
-         "state" : "Alive",
-         "eth_count" : 1,
-         "core" : 2,
-         "cpuarch" : "x86_64",
-         "cputype" : "Intel Xeon Silver 4110",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.1",
-         "opa_rate" : 0,
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "eth_rate" : 10,
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "api_timestamp" : 1568902594,
-         "gpu" : 1,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "finaud_decision" : "NO",
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "gpu_count" : 4,
-         "virtual" : "ivt",
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "gpudevice" : 0
-      },
-      {
-         "cpucore" : 8,
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "myri_count" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "mic" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/3",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/3/jobs"
-            }
-         ],
-         "cpu" : 1,
-         "cpuset" : 2,
-         "scheduler_priority" : 0,
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib" : "NO",
-         "state" : "Alive",
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "drain" : "NO",
-         "memnode" : 131072,
-         "id" : 3,
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "eth_rate" : 10,
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "eth_count" : 1,
-         "cpuarch" : "x86_64",
-         "core" : 3,
-         "cputype" : "Intel Xeon Silver 4110",
-         "ip" : "172.16.64.1",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "opa_rate" : 0,
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "cluster" : "clustera",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "virtual" : "ivt",
-         "gpudevice" : 0,
-         "api_timestamp" : 1568902594,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpu" : 1,
-         "finaud_decision" : "NO",
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr"
-      },
-      {
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "production" : "YES",
-         "ib_count" : 0,
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "myri_count" : 0,
-         "last_job_date" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/4"
-            },
-            {
-               "href" : "//oarapi/resources/4/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "cpuset" : 3,
-         "cpu" : 1,
-         "scheduler_priority" : 0,
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "state" : "Alive",
-         "ib" : "NO",
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "id" : 4,
-         "memnode" : 131072,
-         "drain" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "suspended_jobs" : "NO",
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "cpuarch" : "x86_64",
-         "core" : 4,
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_count" : 1,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "ip" : "172.16.64.1",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "opa_rate" : 0,
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "virtual" : "ivt",
-         "cluster" : "clustera",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "gpudevice" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpu" : 1,
-         "finaud_decision" : "NO",
-         "api_timestamp" : 1568902594,
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr"
-      },
-      {
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "myri" : "NO",
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "myri_count" : 0,
-         "last_job_date" : 0,
-         "cpuset" : 4,
-         "cpu" : 1,
-         "scheduler_priority" : 0,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/5",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/5/jobs"
-            }
-         ],
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "state" : "Alive",
-         "ib" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "id" : 5,
-         "memnode" : 131072,
-         "drain" : "NO",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "core" : 5,
-         "cpuarch" : "x86_64",
-         "eth_count" : 1,
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "next_state" : "UnChanged",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "ip" : "172.16.64.1",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ib_rate" : 0,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "memcpu" : 65536,
-         "gpu_count" : 4,
-         "cluster" : "clustera",
-         "gpudevice" : 1,
-         "finaud_decision" : "NO",
-         "gpu" : 3,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902594,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "last_available_upto" : 0
-      },
-      {
-         "cputype" : "Intel Xeon Silver 4110",
-         "core" : 6,
-         "cpuarch" : "x86_64",
-         "eth_count" : 1,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "next_state" : "UnChanged",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.1",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "finaud_decision" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpu" : 3,
-         "api_timestamp" : 1568902594,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "ib_rate" : 0,
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "gpudevice" : 1,
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "production" : "YES",
-         "ib_count" : 0,
-         "myri_count" : 0,
-         "last_job_date" : 0,
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "id" : 6,
-         "drain" : "NO",
-         "cpuset" : 5,
-         "cpu" : 1,
-         "scheduler_priority" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/6"
-            },
-            {
-               "href" : "//oarapi/resources/6/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "state" : "Alive",
-         "ib" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "type" : "default",
-         "switch" : "gw-fakesite"
-      },
-      {
-         "ib" : "NO",
-         "state" : "Alive",
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "nodemodel" : "Dell PowerEdge T640",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/7"
-            },
-            {
-               "href" : "//oarapi/resources/7/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "cpuset" : 6,
-         "cpu" : 1,
-         "scheduler_priority" : 0,
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "memnode" : 131072,
-         "id" : 7,
-         "drain" : "NO",
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "last_job_date" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "myri_count" : 0,
-         "gpudevice" : 1,
-         "ib_rate" : 0,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "cluster" : "clustera",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpu" : 3,
-         "finaud_decision" : "NO",
-         "api_timestamp" : 1568902594,
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "suspended_jobs" : "NO",
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "ip" : "172.16.64.1",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "opa_rate" : 0,
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "core" : 7,
-         "cpuarch" : "x86_64",
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_count" : 1
-      },
-      {
-         "finaud_decision" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpu" : 3,
-         "api_timestamp" : 1568902594,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "ib_rate" : 0,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "gpudevice" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpuarch" : "x86_64",
-         "core" : 8,
-         "eth_count" : 1,
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "cpufreq" : "2.1",
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "opa_rate" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.1",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "id" : 8,
-         "drain" : "NO",
-         "scheduler_priority" : 0,
-         "cpu" : 1,
-         "cpuset" : 7,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/8",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/8/jobs"
-            }
-         ],
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "ib" : "NO",
-         "state" : "Alive",
-         "nodemodel" : "Dell PowerEdge T640",
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "myri" : "NO",
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "myri_count" : 0,
-         "last_job_date" : 0,
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "desktop_computing" : "NO",
-         "state_num" : 1
-      },
-      {
-         "drain" : "NO",
-         "id" : 9,
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib" : "NO",
-         "state" : "Alive",
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/9"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/9/jobs"
-            }
-         ],
-         "cpuset" : 8,
-         "cpu" : 2,
-         "scheduler_priority" : 0,
-         "last_job_date" : 0,
-         "myri_count" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "mic" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "cpucore" : 8,
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902594,
-         "gpu" : 2,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "finaud_decision" : "NO",
-         "gpudevice" : 2,
-         "cluster" : "clustera",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "ib_rate" : 0,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "ip" : "172.16.64.1",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "eth_count" : 1,
-         "cpuarch" : "x86_64",
-         "core" : 9,
-         "cputype" : "Intel Xeon Silver 4110",
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "eth_rate" : 10,
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO"
-      },
-      {
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "memnode" : 131072,
-         "id" : 10,
-         "drain" : "NO",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/10"
-            },
-            {
-               "href" : "//oarapi/resources/10/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "cpu" : 2,
-         "cpuset" : 9,
-         "scheduler_priority" : 0,
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "state" : "Alive",
-         "ib" : "NO",
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib_count" : 0,
-         "production" : "YES",
-         "myri" : "NO",
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "myri_count" : 0,
-         "last_job_date" : 0,
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpu" : 2,
-         "finaud_decision" : "NO",
-         "api_timestamp" : 1568902594,
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "virtual" : "ivt",
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "cluster" : "clustera",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "gpudevice" : 2,
-         "cpuarch" : "x86_64",
-         "core" : 10,
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_count" : 1,
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.1",
-         "opa_rate" : 0,
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "eth_rate" : 10,
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "deploy" : "NO",
-         "maintenance" : "NO"
-      },
-      {
-         "myri_count" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "myri_rate" : 0,
-         "mic" : "NO",
-         "myri" : "NO",
-         "last_job_date" : 0,
-         "cpucore" : 8,
-         "expiry_date" : 0,
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "drain" : "NO",
-         "memnode" : 131072,
-         "id" : 11,
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/11"
-            },
-            {
-               "href" : "//oarapi/resources/11/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "cpu" : 2,
-         "cpuset" : 10,
-         "scheduler_priority" : 0,
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "nodemodel" : "Dell PowerEdge T640",
-         "state" : "Alive",
-         "ib" : "NO",
-         "eth_count" : 1,
-         "core" : 11,
-         "cpuarch" : "x86_64",
-         "cputype" : "Intel Xeon Silver 4110",
-         "ip" : "172.16.64.1",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "next_state" : "UnChanged",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "suspended_jobs" : "NO",
-         "api_timestamp" : 1568902594,
-         "gpu" : 2,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "finaud_decision" : "NO",
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cluster" : "clustera",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "virtual" : "ivt",
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "gpudevice" : 2
-      },
-      {
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "eth_rate" : 10,
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "ip" : "172.16.64.1",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "eth_count" : 1,
-         "cpuarch" : "x86_64",
-         "core" : 12,
-         "cputype" : "Intel Xeon Silver 4110",
-         "gpudevice" : 2,
-         "cluster" : "clustera",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "ib_rate" : 0,
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902594,
-         "gpu" : 2,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "finaud_decision" : "NO",
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "cpucore" : 8,
-         "expiry_date" : 0,
-         "last_job_date" : 0,
-         "myri_count" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "myri_rate" : 0,
-         "mic" : "NO",
-         "myri" : "NO",
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib" : "NO",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/12"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/12/jobs"
-            }
-         ],
-         "cpuset" : 11,
-         "cpu" : 2,
-         "scheduler_priority" : 0,
-         "drain" : "NO",
-         "memnode" : 131072,
-         "id" : 12,
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE"
-      },
-      {
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "drain" : "NO",
-         "id" : 13,
-         "memnode" : 131072,
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "cpu" : 2,
-         "cpuset" : 12,
-         "scheduler_priority" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/13",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/13/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "state" : "Alive",
-         "ib" : "NO",
-         "myri_count" : 0,
-         "myri_rate" : 0,
-         "mic" : "NO",
-         "myri" : "NO",
-         "production" : "YES",
-         "ib_count" : 0,
-         "last_job_date" : 0,
-         "cpucore" : 8,
-         "expiry_date" : 0,
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "api_timestamp" : 1568902594,
-         "finaud_decision" : "NO",
-         "gpu" : 4,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "virtual" : "ivt",
-         "gpudevice" : 3,
-         "eth_count" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpuarch" : "x86_64",
-         "core" : 13,
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "opa_rate" : 0,
-         "ip" : "172.16.64.1",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "cpufreq" : "2.1",
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10
-      },
-      {
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902594,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpu" : 4,
-         "finaud_decision" : "NO",
-         "gpudevice" : 3,
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "gpu_count" : 4,
-         "ib_rate" : 0,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "ip" : "172.16.64.1",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "next_state" : "UnChanged",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "cpufreq" : "2.1",
-         "eth_count" : 1,
-         "cpuarch" : "x86_64",
-         "core" : 14,
-         "cputype" : "Intel Xeon Silver 4110",
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "suspended_jobs" : "NO",
-         "drain" : "NO",
-         "memnode" : 131072,
-         "id" : 14,
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "state" : "Alive",
-         "ib" : "NO",
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/14"
-            },
-            {
-               "href" : "//oarapi/resources/14/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "cpu" : 2,
-         "cpuset" : 13,
-         "scheduler_priority" : 0,
-         "last_job_date" : 0,
-         "myri_count" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "cpucore" : 8,
-         "expiry_date" : 0
-      },
-      {
-         "gpudevice" : 3,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "ib_rate" : 0,
-         "cluster" : "clustera",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "last_available_upto" : 0,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpu" : 4,
-         "finaud_decision" : "NO",
-         "api_timestamp" : 1568902594,
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "suspended_jobs" : "NO",
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.1",
-         "opa_rate" : 0,
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "cpuarch" : "x86_64",
-         "core" : 15,
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_count" : 1,
-         "state" : "Alive",
-         "ib" : "NO",
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/15",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/15/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "cpuset" : 14,
-         "cpu" : 2,
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "memnode" : 131072,
-         "id" : 15,
-         "drain" : "NO",
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "last_job_date" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "myri_rate" : 0,
-         "mic" : "NO",
-         "myri" : "NO",
-         "myri_count" : 0
-      },
-      {
-         "finaud_decision" : "NO",
-         "gpu" : 4,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902594,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "ib_rate" : 0,
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "gpudevice" : 3,
-         "cputype" : "Intel Xeon Silver 4110",
-         "core" : 16,
-         "cpuarch" : "x86_64",
-         "eth_count" : 1,
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "opa_rate" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.1",
-         "suspended_jobs" : "NO",
-         "eth_rate" : 10,
-         "available_upto" : 2147483647,
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "memnode" : 131072,
-         "id" : 16,
-         "drain" : "NO",
-         "cpu" : 2,
-         "scheduler_priority" : 0,
-         "cpuset" : 15,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "href" : "//oarapi/resources/16",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/16/jobs"
-            }
-         ],
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "ib" : "NO",
-         "state" : "Alive",
-         "nodemodel" : "Dell PowerEdge T640",
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "myri_count" : 0,
-         "last_job_date" : 0,
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "desktop_computing" : "NO",
-         "state_num" : 1
-      },
-      {
-         "myri_count" : 0,
-         "myri" : "NO",
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "last_job_date" : 0,
-         "cpucore" : 8,
-         "expiry_date" : 0,
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "drain" : "NO",
-         "memnode" : 131072,
-         "id" : 17,
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "cpuset" : 0,
-         "cpu" : 3,
-         "scheduler_priority" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/17",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/17/jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "state" : "Alive",
-         "ib" : "NO",
-         "eth_count" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpuarch" : "x86_64",
-         "core" : 17,
-         "next_state" : "UnChanged",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "ip" : "172.16.64.2",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "cpufreq" : "2.1",
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "api_timestamp" : 1568902594,
-         "finaud_decision" : "NO",
-         "gpu" : 5,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "ib_rate" : 0,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "gpudevice" : 0
-      },
-      {
-         "cpucore" : 8,
-         "expiry_date" : 0,
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "myri_count" : 0,
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "production" : "YES",
-         "ib_count" : 0,
-         "last_job_date" : 0,
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "scheduler_priority" : 0,
-         "cpu" : 3,
-         "cpuset" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/18"
-            },
-            {
-               "href" : "//oarapi/resources/18/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "state" : "Alive",
-         "ib" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "drain" : "NO",
-         "memnode" : 131072,
-         "id" : 18,
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "eth_count" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "core" : 18,
-         "cpuarch" : "x86_64",
-         "next_state" : "UnChanged",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.2",
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "ib_rate" : 0,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "gpudevice" : 0,
-         "api_timestamp" : 1568902594,
-         "finaud_decision" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu" : 5,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0
-      },
-      {
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "opa_rate" : 0,
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "ip" : "172.16.64.2",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cputype" : "Intel Xeon Silver 4110",
-         "core" : 19,
-         "cpuarch" : "x86_64",
-         "eth_count" : 1,
-         "suspended_jobs" : "NO",
-         "eth_rate" : 10,
-         "available_upto" : 2147483647,
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "finaud_decision" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu" : 5,
-         "api_timestamp" : 1568902594,
-         "gpudevice" : 0,
-         "virtual" : "ivt",
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "last_job_date" : 0,
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "ib_count" : 0,
-         "production" : "YES",
-         "myri_count" : 0,
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "id" : 19,
-         "memnode" : 131072,
-         "drain" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "state" : "Alive",
-         "ib" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "cpuset" : 2,
-         "cpu" : 3,
-         "scheduler_priority" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/19"
-            },
-            {
-               "href" : "//oarapi/resources/19/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400
-      },
-      {
-         "memnode" : 131072,
-         "id" : 20,
-         "drain" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "ib" : "NO",
-         "state" : "Alive",
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "cpuset" : 3,
-         "cpu" : 3,
-         "scheduler_priority" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/20",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "title" : "jobs",
-               "href" : "//oarapi/resources/20/jobs"
-            }
-         ],
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "last_job_date" : 0,
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "ib_count" : 0,
-         "production" : "YES",
-         "myri_count" : 0,
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "finaud_decision" : "NO",
-         "gpu" : 5,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902594,
-         "gpudevice" : 0,
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "virtual" : "ivt",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "cpufreq" : "2.1",
-         "next_state" : "UnChanged",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "ip" : "172.16.64.2",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpuarch" : "x86_64",
-         "core" : 20,
-         "eth_count" : 1,
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "maintenance" : "NO",
-         "deploy" : "NO"
-      },
-      {
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "last_job_date" : 0,
-         "myri" : "NO",
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "myri_count" : 0,
-         "ib" : "NO",
-         "state" : "Alive",
-         "nodemodel" : "Dell PowerEdge T640",
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "cpu" : 3,
-         "cpuset" : 4,
-         "scheduler_priority" : 0,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/21",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/21/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "memnode" : 131072,
-         "id" : 21,
-         "drain" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "opa_rate" : 0,
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.2",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpuarch" : "x86_64",
-         "core" : 21,
-         "eth_count" : 1,
-         "gpudevice" : 1,
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "virtual" : "ivt",
-         "memcpu" : 65536,
-         "gpu_count" : 4,
-         "cluster" : "clustera",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "finaud_decision" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu" : 6,
-         "api_timestamp" : 1568902594
-      },
-      {
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "ib" : "NO",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "cpuset" : 5,
-         "cpu" : 3,
-         "scheduler_priority" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/22"
-            },
-            {
-               "href" : "//oarapi/resources/22/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "drain" : "NO",
-         "id" : 22,
-         "memnode" : 131072,
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "cpucore" : 8,
-         "expiry_date" : 0,
-         "last_job_date" : 0,
-         "myri_count" : 0,
-         "mic" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "gpudevice" : 1,
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "virtual" : "ivt",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "api_timestamp" : 1568902594,
-         "finaud_decision" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu" : 6,
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.2",
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "eth_count" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpuarch" : "x86_64",
-         "core" : 22
-      },
-      {
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "id" : 23,
-         "memnode" : 131072,
-         "drain" : "NO",
-         "scheduler_priority" : 0,
-         "cpu" : 3,
-         "cpuset" : 6,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/23"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/23/jobs"
-            }
-         ],
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "ib" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "ib_count" : 0,
-         "production" : "YES",
-         "myri_count" : 0,
-         "last_job_date" : 0,
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "finaud_decision" : "NO",
-         "gpu" : 6,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902594,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "virtual" : "ivt",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "gpudevice" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpuarch" : "x86_64",
-         "core" : 23,
-         "eth_count" : 1,
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "next_state" : "UnChanged",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "ip" : "172.16.64.2",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "maintenance" : "NO",
-         "deploy" : "NO"
-      },
-      {
-         "memnode" : 131072,
-         "id" : 24,
-         "drain" : "NO",
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "state" : "Alive",
-         "ib" : "NO",
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/24",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/24/jobs"
-            }
-         ],
-         "cpuset" : 7,
-         "cpu" : 3,
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "last_job_date" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "myri_rate" : 0,
-         "mic" : "NO",
-         "myri" : "NO",
-         "myri_count" : 0,
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "last_available_upto" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu" : 6,
-         "finaud_decision" : "NO",
-         "api_timestamp" : 1568902594,
-         "gpudevice" : 1,
-         "ib_rate" : 0,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "cluster" : "clustera",
-         "memcpu" : 65536,
-         "gpu_count" : 4,
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "cpufreq" : "2.1",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.2",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "cpuarch" : "x86_64",
-         "core" : 24,
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_count" : 1,
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "suspended_jobs" : "NO",
-         "deploy" : "NO",
-         "maintenance" : "NO"
-      },
-      {
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "cpucore" : 8,
-         "expiry_date" : 0,
-         "last_job_date" : 0,
-         "myri_count" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "myri_rate" : 0,
-         "mic" : "NO",
-         "myri" : "NO",
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib" : "NO",
-         "state" : "Alive",
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/25",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/25/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "cpu" : 4,
-         "cpuset" : 8,
-         "scheduler_priority" : 0,
-         "drain" : "NO",
-         "id" : 25,
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "eth_rate" : 10,
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "ip" : "172.16.64.2",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "opa_rate" : 0,
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "eth_count" : 1,
-         "core" : 25,
-         "cpuarch" : "x86_64",
-         "cputype" : "Intel Xeon Silver 4110",
-         "gpudevice" : 2,
-         "cluster" : "clustera",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "ib_rate" : 0,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "last_available_upto" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902594,
-         "gpu" : 7,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "finaud_decision" : "NO"
-      },
-      {
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "cpucore" : 8,
-         "expiry_date" : 0,
-         "last_job_date" : 0,
-         "myri_count" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "myri" : "NO",
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "nodemodel" : "Dell PowerEdge T640",
-         "state" : "Alive",
-         "ib" : "NO",
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/26"
-            },
-            {
-               "href" : "//oarapi/resources/26/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "cpuset" : 9,
-         "cpu" : 4,
-         "scheduler_priority" : 0,
-         "drain" : "NO",
-         "id" : 26,
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "eth_rate" : 10,
-         "available_upto" : 2147483647,
-         "suspended_jobs" : "NO",
-         "ip" : "172.16.64.2",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "opa_rate" : 0,
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "eth_count" : 1,
-         "core" : 26,
-         "cpuarch" : "x86_64",
-         "cputype" : "Intel Xeon Silver 4110",
-         "gpudevice" : 2,
-         "cluster" : "clustera",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "virtual" : "ivt",
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "last_available_upto" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902594,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu" : 7,
-         "finaud_decision" : "NO"
-      },
-      {
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "suspended_jobs" : "NO",
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "disk_reservation_count" : 0,
-         "cpufreq" : "2.1",
-         "besteffort" : "YES",
-         "ip" : "172.16.64.2",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "opa_rate" : 0,
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "cpuarch" : "x86_64",
-         "core" : 27,
-         "cputype" : "Intel Xeon Silver 4110",
-         "eth_count" : 1,
-         "gpudevice" : 2,
-         "virtual" : "ivt",
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "cluster" : "clustera",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "last_available_upto" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "gpu" : 7,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "finaud_decision" : "NO",
-         "api_timestamp" : 1568902594,
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "last_job_date" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "myri" : "NO",
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "myri_count" : 0,
-         "ib" : "NO",
-         "state" : "Alive",
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "nodemodel" : "Dell PowerEdge T640",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/27",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/27/jobs"
-            }
-         ],
-         "cpu" : 4,
-         "cpuset" : 10,
-         "scheduler_priority" : 0,
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "memnode" : 131072,
-         "id" : 27,
-         "drain" : "NO",
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE"
-      },
-      {
-         "cputype" : "Intel Xeon Silver 4110",
-         "core" : 28,
-         "cpuarch" : "x86_64",
-         "eth_count" : 1,
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "cpufreq" : "2.1",
-         "next_state" : "UnChanged",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.2",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "finaud_decision" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu" : 7,
-         "api_timestamp" : 1568902594,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "ib_rate" : 0,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "gpudevice" : 2,
-         "myri" : "NO",
-         "mic" : "NO",
-         "myri_rate" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "myri_count" : 0,
-         "last_job_date" : 0,
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "id" : 28,
-         "memnode" : 131072,
-         "drain" : "NO",
-         "cpuset" : 11,
-         "cpu" : 4,
-         "scheduler_priority" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/28",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/28/jobs",
-               "title" : "jobs",
-               "rel" : "collection"
-            }
-         ],
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "state" : "Alive",
-         "ib" : "NO",
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "type" : "default"
-      },
-      {
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "opa_rate" : 0,
-         "memcore" : 8192,
-         "next_state" : "UnChanged",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.2",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpuarch" : "x86_64",
-         "core" : 29,
-         "eth_count" : 1,
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "finaud_decision" : "NO",
-         "gpu" : 8,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902594,
-         "gpudevice" : 3,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "ib_rate" : 0,
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "last_job_date" : 0,
-         "mic" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "production" : "YES",
-         "ib_count" : 0,
-         "myri_count" : 0,
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "expiry_date" : 0,
-         "cpucore" : 8,
-         "id" : 29,
-         "memnode" : 131072,
-         "drain" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "ib" : "NO",
-         "state" : "Alive",
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "cpu" : 4,
-         "scheduler_priority" : 0,
-         "cpuset" : 12,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/29",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/29/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO"
-      },
-      {
-         "last_available_upto" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "api_timestamp" : 1568902594,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu" : 8,
-         "finaud_decision" : "NO",
-         "gpudevice" : 3,
-         "cluster" : "clustera",
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "virtual" : "ivt",
-         "opa_count" : 0,
-         "ib_rate" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.2",
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "cpufreq" : "2.1",
-         "eth_count" : 1,
-         "cpuarch" : "x86_64",
-         "core" : 30,
-         "cputype" : "Intel Xeon Silver 4110",
-         "deploy" : "NO",
-         "maintenance" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "suspended_jobs" : "NO",
-         "drain" : "NO",
-         "id" : 30,
-         "memnode" : 131072,
-         "cluster_priority" : 201906,
-         "wattmeter" : "MULTIPLE",
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "nodemodel" : "Dell PowerEdge T640",
-         "ib" : "NO",
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/30"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/30/jobs"
-            }
-         ],
-         "cpuset" : 13,
-         "cpu" : 4,
-         "scheduler_priority" : 0,
-         "last_job_date" : 0,
-         "myri_count" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "mic" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "state_num" : 1,
-         "desktop_computing" : "NO",
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "cpucore" : 8,
-         "expiry_date" : 0
-      },
-      {
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "api_timestamp" : 1568902594,
-         "finaud_decision" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu" : 8,
-         "gpudevice" : 3,
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "cluster" : "clustera",
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "ib_rate" : 0,
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "ip" : "172.16.64.2",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "cpufreq" : "2.1",
-         "eth_count" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpuarch" : "x86_64",
-         "core" : 31,
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "suspended_jobs" : "NO",
-         "available_upto" : 2147483647,
-         "eth_rate" : 10,
-         "drain" : "NO",
-         "memnode" : 131072,
-         "id" : 31,
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "nodemodel" : "Dell PowerEdge T640",
-         "type" : "default",
-         "switch" : "gw-fakesite",
-         "state" : "Alive",
-         "ib" : "NO",
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "scheduler_priority" : 0,
-         "cpu" : 4,
-         "cpuset" : 14,
-         "links" : [
-            {
-               "rel" : "member",
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/31"
-            },
-            {
-               "href" : "//oarapi/resources/31/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "last_job_date" : 0,
-         "myri_count" : 0,
-         "myri_rate" : 0,
-         "mic" : "NO",
-         "myri" : "NO",
-         "ib_count" : 0,
-         "production" : "YES",
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "opa" : "NO",
-         "disktype" : "SATA",
-         "cpucore" : 8,
-         "expiry_date" : 0
-      },
-      {
-         "wattmeter" : "MULTIPLE",
-         "cluster_priority" : 201906,
-         "drain" : "NO",
-         "memnode" : 131072,
-         "id" : 32,
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "cpu" : 4,
-         "cpuset" : 15,
-         "scheduler_priority" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/32",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/32/jobs"
-            }
-         ],
-         "nodemodel" : "Dell PowerEdge T640",
-         "switch" : "gw-fakesite",
-         "type" : "default",
-         "state" : "Alive",
-         "ib" : "NO",
-         "myri_count" : 0,
-         "mic" : "NO",
-         "myri" : "NO",
-         "myri_rate" : 0,
-         "ib_count" : 0,
-         "production" : "YES",
-         "last_job_date" : 0,
-         "cpucore" : 8,
-         "expiry_date" : 0,
-         "desktop_computing" : "NO",
-         "state_num" : 1,
-         "disktype" : "SATA",
-         "opa" : "NO",
-         "api_timestamp" : 1568902594,
-         "finaud_decision" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpu" : 8,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "last_available_upto" : 0,
-         "memcpu" : 65536,
-         "gpu_count" : 4,
-         "cluster" : "clustera",
-         "ib_rate" : 0,
-         "opa_count" : 0,
-         "virtual" : "ivt",
-         "gpudevice" : 3,
-         "eth_count" : 1,
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpuarch" : "x86_64",
-         "core" : 32,
-         "memcore" : 8192,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "ip" : "172.16.64.2",
-         "cpufreq" : "2.1",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "maintenance" : "NO",
-         "deploy" : "NO",
-         "suspended_jobs" : "NO",
-         "eth_rate" : 10,
-         "available_upto" : 2147483647
-      }
-   ],
-   "api_timestamp" : 1568902594,
-   "total" : 32,
-   "links" : [
-      {
-         "href" : "//oarapi/resources/details.json?limit=999999&offset=0",
-         "rel" : "self"
-      }
-   ],
-   "offset" : 0
-}
-
diff --git a/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-5.json b/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-5.json
deleted file mode 100644
index 8369465aa86..00000000000
--- a/tests/stub_oar_properties/fakesite_from_scratch_simul_error_and_fix_with_update-5.json
+++ /dev/null
@@ -1,2446 +0,0 @@
-{
-   "items" : [
-      {
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "eth_count" : 1,
-         "api_timestamp" : 1568902595,
-         "scheduler_priority" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/1",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/1/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "last_job_date" : 0,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "eth_rate" : 10,
-         "core" : 1,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "opa_count" : 0,
-         "max_walltime" : 86400,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cluster_priority" : 201906,
-         "cpu" : 1,
-         "mic" : "NO",
-         "type" : "default",
-         "state_num" : 1,
-         "virtual" : "ivt",
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "ib_count" : 0,
-         "memcpu" : 65536,
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "myri_count" : 0,
-         "ib_rate" : 0,
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "next_state" : "UnChanged",
-         "myri_rate" : 0,
-         "gpu" : 1,
-         "suspended_jobs" : "NO",
-         "opa" : "NO",
-         "ip" : "172.16.64.1",
-         "finaud_decision" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpucore" : 8,
-         "next_finaud_decision" : "NO",
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "id" : 1,
-         "cpuset" : 0,
-         "wattmeter" : "MULTIPLE",
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "gpudevice" : 0,
-         "drain" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr"
-      },
-      {
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "opa" : "NO",
-         "ip" : "172.16.64.1",
-         "cpucore" : 8,
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "myri_count" : 0,
-         "switch" : "gw-fakesite",
-         "opa_rate" : 0,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "gpu" : 1,
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 1,
-         "id" : 2,
-         "gpudevice" : 0,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "next_finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "eth_rate" : 10,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "core" : 2,
-         "max_walltime" : 86400,
-         "memcore" : 8192,
-         "opa_count" : 0,
-         "state" : "Alive",
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "eth_count" : 1,
-         "last_job_date" : 0,
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/2",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/2/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "scheduler_priority" : 0,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "virtual" : "ivt",
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "ib_count" : 0,
-         "memcpu" : 65536,
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "type" : "default",
-         "mic" : "NO",
-         "state_num" : 1,
-         "cpu" : 1,
-         "cluster_priority" : 201906
-      },
-      {
-         "core" : 3,
-         "memnode" : 131072,
-         "eth_rate" : 10,
-         "disktype" : "SATA",
-         "max_walltime" : 86400,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "opa_count" : 0,
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/3"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/3/jobs"
-            }
-         ],
-         "scheduler_priority" : 0,
-         "last_job_date" : 0,
-         "eth_count" : 1,
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "virtual" : "ivt",
-         "ib_count" : 0,
-         "memcpu" : 65536,
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "type" : "default",
-         "state_num" : 1,
-         "cluster_priority" : 201906,
-         "cpu" : 1,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "ip" : "172.16.64.1",
-         "cpucore" : 8,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "myri_rate" : 0,
-         "next_state" : "UnChanged",
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "ib_rate" : 0,
-         "switch" : "gw-fakesite",
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "gpu" : 1,
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 2,
-         "id" : 3,
-         "drain" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpudevice" : 0,
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "next_finaud_decision" : "NO",
-         "cluster" : "clustera",
-         "maintenance" : "NO"
-      },
-      {
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "state_num" : 1,
-         "mic" : "NO",
-         "type" : "default",
-         "cluster_priority" : 201906,
-         "cpu" : 1,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "virtual" : "ivt",
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "eth_count" : 1,
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/4",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/4/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "eth_rate" : 10,
-         "core" : 4,
-         "max_walltime" : 86400,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "opa_count" : 0,
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "next_finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 3,
-         "id" : 4,
-         "gpudevice" : 0,
-         "drain" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "myri_rate" : 0,
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "next_state" : "UnChanged",
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "ib_rate" : 0,
-         "switch" : "gw-fakesite",
-         "gpu" : 1,
-         "finaud_decision" : "NO",
-         "ip" : "172.16.64.1",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "cpucore" : 8,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110"
-      },
-      {
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "gpudevice" : 1,
-         "drain" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "cpuset" : 4,
-         "id" : 5,
-         "wattmeter" : "MULTIPLE",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "next_finaud_decision" : "NO",
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpucore" : 8,
-         "ip" : "172.16.64.1",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "gpu" : 3,
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "next_state" : "UnChanged",
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "ib_rate" : 0,
-         "switch" : "gw-fakesite",
-         "myri_rate" : 0,
-         "ib_count" : 0,
-         "memcpu" : 65536,
-         "virtual" : "ivt",
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "cluster_priority" : 201906,
-         "cpu" : 1,
-         "mic" : "NO",
-         "state_num" : 1,
-         "type" : "default",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "memcore" : 8192,
-         "state" : "Alive",
-         "opa_count" : 0,
-         "max_walltime" : 86400,
-         "disktype" : "SATA",
-         "memnode" : 131072,
-         "eth_rate" : 10,
-         "core" : 5,
-         "eth_count" : 1,
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/5"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/5/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "scheduler_priority" : 0,
-         "last_job_date" : 0,
-         "desktop_computing" : "NO",
-         "deploy" : "NO"
-      },
-      {
-         "core" : 6,
-         "memnode" : 131072,
-         "eth_rate" : 10,
-         "disktype" : "SATA",
-         "opa_count" : 0,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/6"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/6/jobs"
-            }
-         ],
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "virtual" : "ivt",
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "ib_count" : 0,
-         "memcpu" : 65536,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "cluster_priority" : 201906,
-         "cpu" : 1,
-         "state_num" : 1,
-         "mic" : "NO",
-         "type" : "default",
-         "ip" : "172.16.64.1",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpucore" : 8,
-         "myri_count" : 0,
-         "ib_rate" : 0,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "switch" : "gw-fakesite",
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "myri_rate" : 0,
-         "gpu" : 3,
-         "id" : 6,
-         "cpuset" : 5,
-         "wattmeter" : "MULTIPLE",
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "gpudevice" : 1,
-         "next_finaud_decision" : "NO",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "cluster" : "clustera",
-         "maintenance" : "NO"
-      },
-      {
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "virtual" : "ivt",
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "ib_count" : 0,
-         "memcpu" : 65536,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "cpu" : 1,
-         "cluster_priority" : 201906,
-         "type" : "default",
-         "mic" : "NO",
-         "state_num" : 1,
-         "core" : 7,
-         "disktype" : "SATA",
-         "memnode" : 131072,
-         "eth_rate" : 10,
-         "opa_count" : 0,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/7"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/7/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "cpuset" : 6,
-         "id" : 7,
-         "wattmeter" : "MULTIPLE",
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "gpudevice" : 1,
-         "next_finaud_decision" : "NO",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "ip" : "172.16.64.1",
-         "finaud_decision" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "switch" : "gw-fakesite",
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "myri_rate" : 0,
-         "gpu" : 3
-      },
-      {
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "next_finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 7,
-         "id" : 8,
-         "drain" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpudevice" : 1,
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "myri_rate" : 0,
-         "opa_rate" : 0,
-         "myri_count" : 0,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "switch" : "gw-fakesite",
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "gpu" : 3,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "ip" : "172.16.64.1",
-         "cpucore" : 8,
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "type" : "default",
-         "mic" : "NO",
-         "state_num" : 1,
-         "cluster_priority" : 201906,
-         "cpu" : 1,
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "virtual" : "ivt",
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/8"
-            },
-            {
-               "href" : "//oarapi/resources/8/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "core" : 8,
-         "eth_rate" : 10,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "max_walltime" : 86400,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "opa_count" : 0
-      },
-      {
-         "myri_rate" : 0,
-         "ib_rate" : 0,
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "next_state" : "UnChanged",
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "gpu" : 2,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "ip" : "172.16.64.1",
-         "cpucore" : 8,
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "next_finaud_decision" : "NO",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "id" : 9,
-         "cpuset" : 8,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "gpudevice" : 2,
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/9"
-            },
-            {
-               "href" : "//oarapi/resources/9/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "api_timestamp" : 1568902595,
-         "scheduler_priority" : 0,
-         "last_job_date" : 0,
-         "eth_count" : 1,
-         "core" : 9,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "eth_rate" : 10,
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "memcore" : 8192,
-         "opa_count" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "state_num" : 1,
-         "type" : "default",
-         "cluster_priority" : 201906,
-         "cpu" : 2,
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "virtual" : "ivt",
-         "memcpu" : 65536,
-         "ib_count" : 0
-      },
-      {
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "virtual" : "ivt",
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "type" : "default",
-         "state_num" : 1,
-         "cluster_priority" : 201906,
-         "cpu" : 2,
-         "core" : 10,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "eth_rate" : 10,
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "memcore" : 8192,
-         "opa_count" : 0,
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/10",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/10/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "wattmeter" : "MULTIPLE",
-         "id" : 10,
-         "cpuset" : 9,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "gpudevice" : 2,
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "next_finaud_decision" : "NO",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "ip" : "172.16.64.1",
-         "cpucore" : 8,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "myri_rate" : 0,
-         "myri_count" : 0,
-         "ib_rate" : 0,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "switch" : "gw-fakesite",
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "gpu" : 2
-      },
-      {
-         "myri_rate" : 0,
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "opa_rate" : 0,
-         "myri_count" : 0,
-         "switch" : "gw-fakesite",
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "gpu" : 2,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "ip" : "172.16.64.1",
-         "suspended_jobs" : "NO",
-         "cpucore" : 8,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "next_finaud_decision" : "NO",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "id" : 11,
-         "cpuset" : 10,
-         "gpudevice" : 2,
-         "drain" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "eth_count" : 1,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/11",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/11/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "disktype" : "SATA",
-         "memnode" : 131072,
-         "eth_rate" : 10,
-         "core" : 11,
-         "max_walltime" : 86400,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "opa_count" : 0,
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "type" : "default",
-         "mic" : "NO",
-         "state_num" : 1,
-         "cluster_priority" : 201906,
-         "cpu" : 2,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "virtual" : "ivt",
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "memcpu" : 65536,
-         "ib_count" : 0
-      },
-      {
-         "cpucore" : 8,
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "opa" : "NO",
-         "ip" : "172.16.64.1",
-         "gpu" : 2,
-         "myri_rate" : 0,
-         "myri_count" : 0,
-         "next_state" : "UnChanged",
-         "opa_rate" : 0,
-         "ib_rate" : 0,
-         "switch" : "gw-fakesite",
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "gpudevice" : 2,
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 11,
-         "id" : 12,
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "next_finaud_decision" : "NO",
-         "max_walltime" : 86400,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "opa_count" : 0,
-         "core" : 12,
-         "eth_rate" : 10,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "last_job_date" : 0,
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/12"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/12/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "ib_count" : 0,
-         "memcpu" : 65536,
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "virtual" : "ivt",
-         "mic" : "NO",
-         "type" : "default",
-         "state_num" : 1,
-         "cpu" : 2,
-         "cluster_priority" : 201906,
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "gpu_model" : "GeForce RTX 2080 Ti"
-      },
-      {
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/13"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/13/jobs"
-            }
-         ],
-         "scheduler_priority" : 0,
-         "last_job_date" : 0,
-         "eth_count" : 1,
-         "core" : 13,
-         "eth_rate" : 10,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "max_walltime" : 86400,
-         "opa_count" : 0,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "state_num" : 1,
-         "mic" : "NO",
-         "type" : "default",
-         "cpu" : 2,
-         "cluster_priority" : 201906,
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "virtual" : "ivt",
-         "ib_count" : 0,
-         "memcpu" : 65536,
-         "myri_rate" : 0,
-         "ib_rate" : 0,
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "next_state" : "UnChanged",
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "gpu" : 4,
-         "finaud_decision" : "NO",
-         "ip" : "172.16.64.1",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "cpucore" : 8,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "next_finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 12,
-         "id" : 13,
-         "drain" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "gpudevice" : 3,
-         "disk_reservation_count" : 0,
-         "ib" : "NO"
-      },
-      {
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 13,
-         "id" : 14,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "gpudevice" : 3,
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "next_finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "finaud_decision" : "NO",
-         "ip" : "172.16.64.1",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "cpucore" : 8,
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "myri_rate" : 0,
-         "myri_count" : 0,
-         "ib_rate" : 0,
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "next_state" : "UnChanged",
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "gpu" : 4,
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "virtual" : "ivt",
-         "ib_count" : 0,
-         "memcpu" : 65536,
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "state_num" : 1,
-         "type" : "default",
-         "cpu" : 2,
-         "cluster_priority" : 201906,
-         "core" : 14,
-         "eth_rate" : 10,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "memcore" : 8192,
-         "opa_count" : 0,
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/14",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/14/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1
-      },
-      {
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "virtual" : "ivt",
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "mic" : "NO",
-         "state_num" : 1,
-         "type" : "default",
-         "cpu" : 2,
-         "cluster_priority" : 201906,
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "max_walltime" : 86400,
-         "opa_count" : 0,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "disktype" : "SATA",
-         "memnode" : 131072,
-         "eth_rate" : 10,
-         "core" : 15,
-         "eth_count" : 1,
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/15",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/15/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "gpudevice" : 3,
-         "drain" : "NO",
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 14,
-         "id" : 15,
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "next_finaud_decision" : "NO",
-         "cpucore" : 8,
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "opa" : "NO",
-         "ip" : "172.16.64.1",
-         "gpu" : 4,
-         "myri_rate" : 0,
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "myri_count" : 0,
-         "ib_rate" : 0,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "switch" : "gw-fakesite"
-      },
-      {
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "ib_rate" : 0,
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "switch" : "gw-fakesite",
-         "myri_rate" : 0,
-         "gpu" : 4,
-         "suspended_jobs" : "NO",
-         "opa" : "NO",
-         "ip" : "172.16.64.1",
-         "finaud_decision" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-1.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "next_finaud_decision" : "NO",
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "cpuset" : 15,
-         "id" : 16,
-         "wattmeter" : "MULTIPLE",
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "gpudevice" : 3,
-         "host" : "clustera-1.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "eth_count" : 1,
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-1.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/16",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/16/jobs"
-            }
-         ],
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "memnode" : 131072,
-         "eth_rate" : 10,
-         "disktype" : "SATA",
-         "core" : 16,
-         "state" : "Alive",
-         "memcore" : 8192,
-         "opa_count" : 0,
-         "max_walltime" : 86400,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpu" : 2,
-         "cluster_priority" : 201906,
-         "mic" : "NO",
-         "type" : "default",
-         "state_num" : 1,
-         "virtual" : "ivt",
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "memcpu" : 65536,
-         "ib_count" : 0
-      },
-      {
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "gpudevice" : 0,
-         "drain" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "cpuset" : 0,
-         "id" : 17,
-         "wattmeter" : "MULTIPLE",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "next_finaud_decision" : "NO",
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpucore" : 8,
-         "ip" : "172.16.64.2",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "gpu" : 5,
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "opa_rate" : 0,
-         "myri_count" : 0,
-         "ib_rate" : 0,
-         "switch" : "gw-fakesite",
-         "next_state" : "UnChanged",
-         "myri_rate" : 0,
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "virtual" : "ivt",
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "cpu" : 3,
-         "cluster_priority" : 201906,
-         "mic" : "NO",
-         "state_num" : 1,
-         "type" : "default",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "memcore" : 8192,
-         "state" : "Alive",
-         "opa_count" : 0,
-         "max_walltime" : 86400,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "eth_rate" : 10,
-         "core" : 17,
-         "eth_count" : 1,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/17"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/17/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "desktop_computing" : "NO",
-         "deploy" : "NO"
-      },
-      {
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "next_finaud_decision" : "NO",
-         "gpudevice" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 1,
-         "id" : 18,
-         "gpu" : 5,
-         "myri_rate" : 0,
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "cpucore" : 8,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "ip" : "172.16.64.2",
-         "suspended_jobs" : "NO",
-         "mic" : "NO",
-         "type" : "default",
-         "state_num" : 1,
-         "cpu" : 3,
-         "cluster_priority" : 201906,
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "virtual" : "ivt",
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "eth_count" : 1,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/18"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/18/jobs"
-            }
-         ],
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "max_walltime" : 86400,
-         "state" : "Alive",
-         "memcore" : 8192,
-         "opa_count" : 0,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "eth_rate" : 10,
-         "core" : 18
-      },
-      {
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpu" : 3,
-         "cluster_priority" : 201906,
-         "mic" : "NO",
-         "state_num" : 1,
-         "type" : "default",
-         "virtual" : "ivt",
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "eth_count" : 1,
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/19"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/19/jobs"
-            }
-         ],
-         "scheduler_priority" : 0,
-         "memnode" : 131072,
-         "eth_rate" : 10,
-         "disktype" : "SATA",
-         "core" : 19,
-         "opa_count" : 0,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "next_finaud_decision" : "NO",
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "cpuset" : 2,
-         "id" : 19,
-         "wattmeter" : "MULTIPLE",
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "gpudevice" : 0,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "ib_rate" : 0,
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "switch" : "gw-fakesite",
-         "myri_rate" : 0,
-         "gpu" : 5,
-         "suspended_jobs" : "NO",
-         "opa" : "NO",
-         "ip" : "172.16.64.2",
-         "finaud_decision" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8
-      },
-      {
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpucore" : 8,
-         "opa" : "NO",
-         "ip" : "172.16.64.2",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "gpu" : 5,
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "switch" : "gw-fakesite",
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "myri_rate" : 0,
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "gpudevice" : 0,
-         "drain" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "cpuset" : 3,
-         "id" : 20,
-         "wattmeter" : "MULTIPLE",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "next_finaud_decision" : "NO",
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "opa_count" : 0,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "eth_rate" : 10,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "core" : 20,
-         "eth_count" : 1,
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/20",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/20/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "scheduler_priority" : 0,
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "virtual" : "ivt",
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "cluster_priority" : 201906,
-         "cpu" : 3,
-         "state_num" : 1,
-         "mic" : "NO",
-         "type" : "default",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640"
-      },
-      {
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "state_num" : 1,
-         "mic" : "NO",
-         "type" : "default",
-         "cluster_priority" : 201906,
-         "cpu" : 3,
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "virtual" : "ivt",
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/21",
-               "rel" : "self"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/21/jobs"
-            }
-         ],
-         "scheduler_priority" : 0,
-         "last_job_date" : 0,
-         "eth_count" : 1,
-         "core" : 21,
-         "memnode" : 131072,
-         "eth_rate" : 10,
-         "disktype" : "SATA",
-         "max_walltime" : 86400,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "opa_count" : 0,
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "next_finaud_decision" : "NO",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 4,
-         "id" : 21,
-         "drain" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpudevice" : 1,
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "myri_rate" : 0,
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "gpu" : 6,
-         "finaud_decision" : "NO",
-         "ip" : "172.16.64.2",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "cpucore" : 8,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110"
-      },
-      {
-         "core" : 22,
-         "disktype" : "SATA",
-         "memnode" : 131072,
-         "eth_rate" : 10,
-         "max_walltime" : 86400,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "opa_count" : 0,
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/22"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/22/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "virtual" : "ivt",
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "state_num" : 1,
-         "type" : "default",
-         "cluster_priority" : 201906,
-         "cpu" : 3,
-         "finaud_decision" : "NO",
-         "opa" : "NO",
-         "ip" : "172.16.64.2",
-         "suspended_jobs" : "NO",
-         "cpucore" : 8,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "myri_rate" : 0,
-         "myri_count" : 0,
-         "ib_rate" : 0,
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "next_state" : "UnChanged",
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "gpu" : 6,
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 5,
-         "id" : 22,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "gpudevice" : 1,
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "next_finaud_decision" : "NO",
-         "cluster" : "clustera",
-         "maintenance" : "NO"
-      },
-      {
-         "suspended_jobs" : "NO",
-         "opa" : "NO",
-         "ip" : "172.16.64.2",
-         "finaud_decision" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "ib_rate" : 0,
-         "switch" : "gw-fakesite",
-         "next_state" : "UnChanged",
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "myri_rate" : 0,
-         "gpu" : 6,
-         "id" : 23,
-         "cpuset" : 6,
-         "wattmeter" : "MULTIPLE",
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "gpudevice" : 1,
-         "next_finaud_decision" : "NO",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "core" : 23,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "eth_rate" : 10,
-         "opa_count" : 0,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/23"
-            },
-            {
-               "href" : "//oarapi/resources/23/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "virtual" : "ivt",
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "cpu" : 3,
-         "cluster_priority" : 201906,
-         "state_num" : 1,
-         "mic" : "NO",
-         "type" : "default"
-      },
-      {
-         "next_finaud_decision" : "NO",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "id" : 24,
-         "cpuset" : 7,
-         "wattmeter" : "MULTIPLE",
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "drain" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpudevice" : 1,
-         "ib_rate" : 0,
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "next_state" : "UnChanged",
-         "switch" : "gw-fakesite",
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "myri_rate" : 0,
-         "gpu" : 6,
-         "opa" : "NO",
-         "ip" : "172.16.64.2",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "cluster_priority" : 201906,
-         "cpu" : 3,
-         "mic" : "NO",
-         "state_num" : 1,
-         "type" : "default",
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "virtual" : "ivt",
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/24"
-            },
-            {
-               "title" : "jobs",
-               "href" : "//oarapi/resources/24/jobs",
-               "rel" : "collection"
-            }
-         ],
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "core" : 24,
-         "eth_rate" : 10,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "memcore" : 8192,
-         "state" : "Alive",
-         "opa_count" : 0,
-         "max_walltime" : 86400
-      },
-      {
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "next_finaud_decision" : "NO",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "gpudevice" : 2,
-         "id" : 25,
-         "cpuset" : 8,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 7,
-         "myri_count" : 0,
-         "switch" : "gw-fakesite",
-         "opa_rate" : 0,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "myri_rate" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "ip" : "172.16.64.2",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "cpu" : 4,
-         "cluster_priority" : 201906,
-         "state_num" : 1,
-         "mic" : "NO",
-         "type" : "default",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "virtual" : "ivt",
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "last_job_date" : 0,
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/25"
-            },
-            {
-               "href" : "//oarapi/resources/25/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "memcore" : 8192,
-         "state" : "Alive",
-         "opa_count" : 0,
-         "max_walltime" : 86400,
-         "core" : 25,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "eth_rate" : 10
-      },
-      {
-         "cpuset" : 9,
-         "id" : 26,
-         "wattmeter" : "MULTIPLE",
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "gpudevice" : 2,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "next_finaud_decision" : "NO",
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "cluster" : "clustera",
-         "maintenance" : "NO",
-         "ip" : "172.16.64.2",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "switch" : "gw-fakesite",
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "myri_rate" : 0,
-         "gpu" : 7,
-         "virtual" : "ivt",
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "ib_count" : 0,
-         "memcpu" : 65536,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpu" : 4,
-         "cluster_priority" : 201906,
-         "type" : "default",
-         "mic" : "NO",
-         "state_num" : 1,
-         "disktype" : "SATA",
-         "memnode" : 131072,
-         "eth_rate" : 10,
-         "core" : 26,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "opa_count" : 0,
-         "max_walltime" : 86400,
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "eth_count" : 1,
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/26"
-            },
-            {
-               "href" : "//oarapi/resources/26/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "last_job_date" : 0,
-         "scheduler_priority" : 0
-      },
-      {
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "virtual" : "ivt",
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "cluster_priority" : 201906,
-         "cpu" : 4,
-         "mic" : "NO",
-         "state_num" : 1,
-         "type" : "default",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "memcore" : 8192,
-         "opa_count" : 0,
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "eth_rate" : 10,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "core" : 27,
-         "eth_count" : 1,
-         "last_job_date" : 0,
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "title" : "node",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/27"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/27/jobs"
-            }
-         ],
-         "scheduler_priority" : 0,
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "gpudevice" : 2,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "cpuset" : 10,
-         "id" : 27,
-         "wattmeter" : "MULTIPLE",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "next_finaud_decision" : "NO",
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "ip" : "172.16.64.2",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "gpu" : 7,
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "ib_rate" : 0,
-         "switch" : "gw-fakesite",
-         "next_state" : "UnChanged",
-         "myri_rate" : 0
-      },
-      {
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "mic" : "NO",
-         "state_num" : 1,
-         "type" : "default",
-         "cluster_priority" : 201906,
-         "cpu" : 4,
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "virtual" : "ivt",
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/28"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/28/jobs"
-            }
-         ],
-         "api_timestamp" : 1568902595,
-         "scheduler_priority" : 0,
-         "last_job_date" : 0,
-         "eth_count" : 1,
-         "core" : 28,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "eth_rate" : 10,
-         "max_walltime" : 86400,
-         "opa_count" : 0,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "next_finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 11,
-         "id" : 28,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "gpudevice" : 2,
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "myri_rate" : 0,
-         "opa_rate" : 0,
-         "myri_count" : 0,
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "switch" : "gw-fakesite",
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "gpu" : 7,
-         "finaud_decision" : "NO",
-         "ip" : "172.16.64.2",
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "cpucore" : 8,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110"
-      },
-      {
-         "gpu" : 8,
-         "myri_count" : 0,
-         "next_state" : "UnChanged",
-         "opa_rate" : 0,
-         "ib_rate" : 0,
-         "switch" : "gw-fakesite",
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "myri_rate" : 0,
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cputype" : "Intel Xeon Silver 4110",
-         "cpucore" : 8,
-         "suspended_jobs" : "NO",
-         "opa" : "NO",
-         "ip" : "172.16.64.2",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "next_finaud_decision" : "NO",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "drain" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpudevice" : 3,
-         "cpuset" : 12,
-         "id" : 29,
-         "wattmeter" : "MULTIPLE",
-         "api_timestamp" : 1568902595,
-         "scheduler_priority" : 0,
-         "links" : [
-            {
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "title" : "node"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/29"
-            },
-            {
-               "title" : "jobs",
-               "rel" : "collection",
-               "href" : "//oarapi/resources/29/jobs"
-            }
-         ],
-         "last_job_date" : 0,
-         "eth_count" : 1,
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "memcore" : 8192,
-         "opa_count" : 0,
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "core" : 29,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "eth_rate" : 10,
-         "cpu" : 4,
-         "cluster_priority" : 201906,
-         "mic" : "NO",
-         "state_num" : 1,
-         "type" : "default",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "virtual" : "ivt",
-         "expiry_date" : 0,
-         "last_available_upto" : 0
-      },
-      {
-         "eth_count" : 1,
-         "scheduler_priority" : 0,
-         "api_timestamp" : 1568902595,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "rel" : "self",
-               "href" : "//oarapi/resources/30"
-            },
-            {
-               "href" : "//oarapi/resources/30/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "last_job_date" : 0,
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "opa_count" : 0,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "eth_rate" : 10,
-         "core" : 30,
-         "cluster_priority" : 201906,
-         "cpu" : 4,
-         "type" : "default",
-         "mic" : "NO",
-         "state_num" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "virtual" : "ivt",
-         "gpu_count" : 4,
-         "available_upto" : 2147483647,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "gpu" : 8,
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "ib_rate" : 0,
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "next_state" : "UnChanged",
-         "myri_rate" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "opa" : "NO",
-         "suspended_jobs" : "NO",
-         "ip" : "172.16.64.2",
-         "finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "next_finaud_decision" : "NO",
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "ib" : "NO",
-         "disk_reservation_count" : 0,
-         "gpudevice" : 3,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "id" : 30,
-         "cpuset" : 13,
-         "wattmeter" : "MULTIPLE"
-      },
-      {
-         "deploy" : "NO",
-         "desktop_computing" : "NO",
-         "eth_count" : 1,
-         "links" : [
-            {
-               "title" : "node",
-               "rel" : "member",
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr"
-            },
-            {
-               "href" : "//oarapi/resources/31",
-               "rel" : "self"
-            },
-            {
-               "rel" : "collection",
-               "href" : "//oarapi/resources/31/jobs",
-               "title" : "jobs"
-            }
-         ],
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "eth_rate" : 10,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "core" : 31,
-         "max_walltime" : 86400,
-         "memcore" : 8192,
-         "opa_count" : 0,
-         "state" : "Alive",
-         "cpuarch" : "x86_64",
-         "nodemodel" : "Dell PowerEdge T640",
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "type" : "default",
-         "mic" : "NO",
-         "state_num" : 1,
-         "cluster_priority" : 201906,
-         "cpu" : 4,
-         "last_available_upto" : 0,
-         "expiry_date" : 0,
-         "virtual" : "ivt",
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "myri_rate" : 0,
-         "cpufreq" : "2.1",
-         "production" : "YES",
-         "ib_rate" : 0,
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "next_state" : "UnChanged",
-         "gpu" : 8,
-         "finaud_decision" : "NO",
-         "suspended_jobs" : "NO",
-         "opa" : "NO",
-         "ip" : "172.16.64.2",
-         "cpucore" : 8,
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "besteffort" : "YES",
-         "myri" : "NO",
-         "next_finaud_decision" : "NO",
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "wattmeter" : "MULTIPLE",
-         "cpuset" : 14,
-         "id" : 31,
-         "gpudevice" : 3,
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "drain" : "NO",
-         "ib" : "NO",
-         "disk_reservation_count" : 0
-      },
-      {
-         "maintenance" : "NO",
-         "cluster" : "clustera",
-         "next_finaud_decision" : "NO",
-         "myri" : "NO",
-         "besteffort" : "YES",
-         "disk_reservation_count" : 0,
-         "ib" : "NO",
-         "drain" : "NO",
-         "host" : "clustera-2.fakesite.grid5000.fr",
-         "gpudevice" : 3,
-         "id" : 32,
-         "cpuset" : 15,
-         "wattmeter" : "MULTIPLE",
-         "gpu" : 8,
-         "myri_count" : 0,
-         "opa_rate" : 0,
-         "switch" : "gw-fakesite",
-         "ib_rate" : 0,
-         "next_state" : "UnChanged",
-         "production" : "YES",
-         "cpufreq" : "2.1",
-         "myri_rate" : 0,
-         "cputype" : "Intel Xeon Silver 4110",
-         "network_address" : "clustera-2.fakesite.grid5000.fr",
-         "cpucore" : 8,
-         "opa" : "NO",
-         "ip" : "172.16.64.2",
-         "suspended_jobs" : "NO",
-         "finaud_decision" : "NO",
-         "cluster_priority" : 201906,
-         "cpu" : 4,
-         "mic" : "NO",
-         "type" : "default",
-         "state_num" : 1,
-         "gpu_model" : "GeForce RTX 2080 Ti",
-         "nodemodel" : "Dell PowerEdge T640",
-         "cpuarch" : "x86_64",
-         "memcpu" : 65536,
-         "ib_count" : 0,
-         "available_upto" : 2147483647,
-         "gpu_count" : 4,
-         "virtual" : "ivt",
-         "expiry_date" : 0,
-         "last_available_upto" : 0,
-         "links" : [
-            {
-               "href" : "//oarapi/resources/nodes/clustera-2.fakesite.grid5000.fr",
-               "rel" : "member",
-               "title" : "node"
-            },
-            {
-               "href" : "//oarapi/resources/32",
-               "rel" : "self"
-            },
-            {
-               "href" : "//oarapi/resources/32/jobs",
-               "rel" : "collection",
-               "title" : "jobs"
-            }
-         ],
-         "api_timestamp" : 1568902595,
-         "last_job_date" : 0,
-         "scheduler_priority" : 0,
-         "eth_count" : 1,
-         "desktop_computing" : "NO",
-         "deploy" : "NO",
-         "opa_count" : 0,
-         "memcore" : 8192,
-         "state" : "Alive",
-         "max_walltime" : 86400,
-         "core" : 32,
-         "memnode" : 131072,
-         "disktype" : "SATA",
-         "eth_rate" : 10
-      }
-   ],
-   "links" : [
-      {
-         "rel" : "self",
-         "href" : "//oarapi/resources/details.json?limit=999999&offset=0"
-      }
-   ],
-   "api_timestamp" : 1568902595,
-   "offset" : 0,
-   "total" : 32
-}
-
diff --git a/tests/stub_oar_properties/load_data_hierarchy_stubbed_data.json b/tests/stub_oar_properties/load_data_hierarchy_stubbed_data.json
new file mode 100644
index 00000000000..ecfee859326
--- /dev/null
+++ b/tests/stub_oar_properties/load_data_hierarchy_stubbed_data.json
@@ -0,0 +1 @@
+{"sites":{"fakesite":{"clusters":{"clustera":{"nodes":{"clustera-1":{"architecture":{"nb_cores":16,"nb_procs":2,"nb_threads":32,"platform_type":"x86_64"},"bios":{"release_date":"06/14/2019","vendor":"Dell Inc.","version":"2.2.11"},"chassis":{"manufacturer":"Dell Inc.","name":"PowerEdge T640","serial":"FL1CBX2"},"cpuset_mapping":"continuous","gpu":{"gpu":true,"gpu_cores":17408,"gpu_count":4,"gpu_model":"RTX 2080 Ti","gpu_vendor":"Nvidia"},"gpu_devices":{"nvidia0":{"cpu_affinity":0,"device":"/dev/nvidia0","memory":10989000000,"model":"GeForce RTX 2080 Ti","power_default_limit":"250.00 W","vbios_version":"90.02.17.00.B2","vendor":"Nvidia"},"nvidia1":{"cpu_affinity":0,"device":"/dev/nvidia1","memory":10989000000,"model":"GeForce RTX 2080 Ti","power_default_limit":"250.00 W","vbios_version":"90.02.17.00.B2","vendor":"Nvidia"},"nvidia2":{"cpu_affinity":1,"device":"/dev/nvidia2","memory":10989000000,"model":"GeForce RTX 2080 Ti","power_default_limit":"250.00 W","vbios_version":"90.02.0B.40.09","vendor":"Nvidia"},"nvidia3":{"cpu_affinity":1,"device":"/dev/nvidia3","memory":10989000000,"model":"GeForce RTX 2080 Ti","power_default_limit":"250.00 W","vbios_version":"90.02.17.00.B2","vendor":"Nvidia"}},"main_memory":{"ram_size":137438953472},"monitoring":{"wattmeter":"multiple"},"network_adapters":[{"bridged":false,"device":"eth0","driver":"bnxt_en","enabled":false,"firmware_version":"214.0.173/1.9.2 pkg 21.40.20.0","interface":"Ethernet","mac":"f4:02:70:9a:3f:64","management":false,"model":"BCM57416 NetXtreme-E 10GBase-T RDMA Ethernet Controller","mountable":false,"mounted":false,"name":"eno1","vendor":"Broadcom"},{"bridged":false,"device":"eth1","driver":"bnxt_en","enabled":false,"firmware_version":"214.0.173/1.9.2 pkg 21.40.20.0","interface":"Ethernet","mac":"f4:02:70:9a:3f:65","management":false,"model":"BCM57416 NetXtreme-E 10GBase-T RDMA Ethernet Controller","mountable":false,"mounted":false,"name":"eno2d1","vendor":"Broadcom"},{"bridged":true,"device":"eth2","driver":"i40e","enabled":true,"firmware_version":"6.80 0x80003d72 18.8.9","interface":"Ethernet","ip":"172.16.64.1","mac":"f8:f2:1e:60:41:20","management":false,"model":"Ethernet Controller X710 for 10GbE SFP+","mountable":true,"mounted":true,"name":"enp137s0f0","network_address":"clustera-1.fakesite.grid5000.fr","rate":10000000000,"switch":"gw-fakesite","switch_port":"Ethernet6/39","vendor":"Intel"},{"bridged":false,"device":"eth3","driver":"i40e","enabled":false,"firmware_version":"6.80 0x80003d72 18.8.9","interface":"Ethernet","mac":"f8:f2:1e:60:41:21","management":false,"model":"Ethernet Controller X710 for 10GbE SFP+","mountable":false,"mounted":false,"name":"enp137s0f1","vendor":"Intel"},{"device":"bmc","enabled":true,"interface":"Ethernet","ip":"172.17.64.1","mac":"f4:02:70:9a:3f:74","management":true,"mountable":false,"mounted":false,"network_address":"clustera-1-bmc.fakesite.grid5000.fr"}],"operating_system":{"cstate_driver":"intel_idle","cstate_governor":"menu","ht_enabled":true,"pstate_driver":"intel_pstate","pstate_governor":"performance","turboboost_enabled":true},"performance":{"core_flops":17713000000,"node_flops":202670000000},"processor":{"cache_l1":null,"cache_l1d":32768,"cache_l1i":32768,"cache_l2":1048576,"cache_l3":11534336,"clock_speed":2100000000,"ht_capable":true,"instruction_set":"x86-64","microarchitecture":"Skylake","model":"Intel Xeon","other_description":"Intel(R) Xeon(R) Silver 4110 CPU @ 2.10GHz","vendor":"Intel","version":"Silver 4110"},"sensors":{"power":{"available":true,"via":{"api":{"metric":"power"},"pdu":[{"port":1,"uid":"clustera-pdu1"},{"port":1,"uid":"clustera-pdu2"}]}}},"storage_devices":[{"by_id":"/dev/disk/by-id/wwn-0x6f402700aefea00024afe4c307e10af8","by_path":"/dev/disk/by-path/pci-0000:19:00.0-scsi-0:2:0:0","device":"sda","driver":"megaraid_sas","firmware_version":4.29,"interface":"SATA","model":"PERC H330 Adp","size":479559942144,"storage":"SSD","vendor":"Dell (Raid)"}],"supported_job_types":{"besteffort":true,"deploy":true,"max_walltime":86400,"queues":["admin","production"],"virtual":"ivt"},"type":"node","uid":"clustera-1"},"clustera-2":{"architecture":{"nb_cores":16,"nb_procs":2,"nb_threads":32,"platform_type":"x86_64"},"bios":{"release_date":"06/14/2019","vendor":"Dell Inc.","version":"2.2.11"},"chassis":{"manufacturer":"Dell Inc.","name":"PowerEdge T640","serial":"9L1CBX2"},"cpuset_mapping":"continuous","gpu":{"gpu":true,"gpu_cores":17408,"gpu_count":4,"gpu_model":"RTX 2080 Ti","gpu_vendor":"Nvidia"},"gpu_devices":{"nvidia0":{"cpu_affinity":0,"device":"/dev/nvidia0","memory":10989000000,"model":"GeForce RTX 2080 Ti","power_default_limit":"250.00 W","vbios_version":"90.02.17.00.B2","vendor":"Nvidia"},"nvidia1":{"cpu_affinity":0,"device":"/dev/nvidia1","memory":10989000000,"model":"GeForce RTX 2080 Ti","power_default_limit":"250.00 W","vbios_version":"90.02.0B.40.09","vendor":"Nvidia"},"nvidia2":{"cpu_affinity":1,"device":"/dev/nvidia2","memory":10989000000,"model":"GeForce RTX 2080 Ti","power_default_limit":"250.00 W","vbios_version":"90.02.0B.40.09","vendor":"Nvidia"},"nvidia3":{"cpu_affinity":1,"device":"/dev/nvidia3","memory":10989000000,"model":"GeForce RTX 2080 Ti","power_default_limit":"250.00 W","vbios_version":"90.02.17.00.AC","vendor":"Nvidia"}},"main_memory":{"ram_size":137438953472},"monitoring":{"wattmeter":"multiple"},"network_adapters":[{"bridged":false,"device":"eth0","driver":"bnxt_en","enabled":false,"firmware_version":"214.0.173/1.9.2 pkg 21.40.20.0","interface":"Ethernet","mac":"f4:02:70:9a:48:d8","management":false,"model":"BCM57416 NetXtreme-E 10GBase-T RDMA Ethernet Controller","mountable":false,"mounted":false,"name":"eno1","vendor":"Broadcom"},{"bridged":false,"device":"eth1","driver":"bnxt_en","enabled":false,"firmware_version":"214.0.173/1.9.2 pkg 21.40.20.0","interface":"Ethernet","mac":"f4:02:70:9a:48:d9","management":false,"model":"BCM57416 NetXtreme-E 10GBase-T RDMA Ethernet Controller","mountable":false,"mounted":false,"name":"eno2d1","vendor":"Broadcom"},{"bridged":true,"device":"eth2","driver":"i40e","enabled":true,"firmware_version":"6.80 0x80003d72 18.8.9","interface":"Ethernet","ip":"172.16.64.2","mac":"f8:f2:1e:60:3f:a0","management":false,"model":"Ethernet Controller X710 for 10GbE SFP+","mountable":true,"mounted":true,"name":"enp137s0f0","network_address":"clustera-2.fakesite.grid5000.fr","rate":10000000000,"switch":"gw-fakesite","switch_port":"Ethernet6/40","vendor":"Intel"},{"bridged":false,"device":"eth3","driver":"i40e","enabled":false,"firmware_version":"6.80 0x80003d72 18.8.9","interface":"Ethernet","mac":"f8:f2:1e:60:3f:a1","management":false,"model":"Ethernet Controller X710 for 10GbE SFP+","mountable":false,"mounted":false,"name":"enp137s0f1","vendor":"Intel"},{"device":"bmc","enabled":true,"interface":"Ethernet","ip":"172.17.64.2","mac":"f4:02:70:9a:48:e8","management":true,"mountable":false,"mounted":false,"network_address":"clustera-2-bmc.fakesite.grid5000.fr"}],"operating_system":{"cstate_driver":"intel_idle","cstate_governor":"menu","ht_enabled":true,"pstate_driver":"intel_pstate","pstate_governor":"performance","turboboost_enabled":true},"performance":{"core_flops":17713000000,"node_flops":202670000000},"processor":{"cache_l1":null,"cache_l1d":32768,"cache_l1i":32768,"cache_l2":1048576,"cache_l3":11534336,"clock_speed":2100000000,"ht_capable":true,"instruction_set":"x86-64","microarchitecture":"Skylake","model":"Intel Xeon","other_description":"Intel(R) Xeon(R) Silver 4110 CPU @ 2.10GHz","vendor":"Intel","version":"Silver 4110"},"sensors":{"power":{"available":true,"via":{"api":{"metric":"power"},"pdu":[{"port":6,"uid":"clustera-pdu1"},{"port":6,"uid":"clustera-pdu2"}]}}},"storage_devices":[{"by_id":"/dev/disk/by-id/wwn-0x6f402700aeff430024929b4003cd51d0","by_path":"/dev/disk/by-path/pci-0000:19:00.0-scsi-0:2:0:0","device":"sda","driver":"megaraid_sas","firmware_version":4.29,"interface":"SATA","model":"PERC H330 Adp","size":479559942144,"storage":"SSD","vendor":"Dell (Raid)"}],"supported_job_types":{"besteffort":true,"deploy":true,"max_walltime":86400,"queues":["admin","production"],"virtual":"ivt"},"type":"node","uid":"clustera-2"}},"created_at":"Fri, 07 Jun 2019 00:00:00 GMT","kavlan":false,"model":"Dell PowerEdge T640","queues":["admin","production"],"type":"cluster","uid":"clustera"}},"network_equipments":{"gw-fakesite":{"backplane_bps":1280000000000,"kind":"router","linecards":[{},{},{},{},{},{},{"backplane_bps":1280000000000,"kavlan_pattern":"Ethernet%LINECARD%/%PORT%","kind":"node","model":"N9K-X9464PX","ports":[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{"kind":"node","port":"eth2","uid":"clustera-1"},{"kind":"node","port":"eth2","uid":"clustera-2"}],"rate":10000000000,"snmp_pattern":"Ethernet%LINECARD%/%PORT%"}],"model":"Cisco Nexus 9508","monitoring":{"metric":"power","wattmeter":"multiple"},"sensors":{"network":{"available":true,"resolution":10},"power":{"available":true,"resolution":1,"via":{"pdu":[{"port":8,"uid":"graoully-pdu1"},{"port":8,"uid":"graoully-pdu2"},{"port":8,"uid":"grimoire-pdu1"},{"port":8,"uid":"grimoire-pdu2"}]}}},"site":"fakesite","snmp_community":"public","type":"network_equipment","uid":"gw-fakesite","vlans":{"vlan100":{"addresses":["172.16.79.254"],"administrative":true},"vlan101":{"addresses":["172.17.79.254"]},"vlan500":{"addresses":["192.168.4.14"]},"vlan701":{"addresses":["192.168.192.0/20"],"name":"kavlan-1"},"vlan702":{"addresses":["192.168.208.0/20"],"name":"kavlan-2"},"vlan703":{"addresses":["192.168.224.0/20"],"name":"kavlan-3"},"vlan704":{"addresses":["10.16.0.0/18"],"name":"kavlan-4"},"vlan705":{"addresses":["10.16.64.0/18"],"name":"kavlan-5"},"vlan706":{"addresses":["10.16.128.0/18"],"name":"kavlan-6"},"vlan707":{"addresses":["10.16.192.0/18"],"name":"kavlan-7"},"vlan708":{"addresses":["10.17.0.0/18"],"name":"kavlan-8"},"vlan709":{"addresses":["10.17.64.0/18"],"name":"kavlan-9"},"vlan714":{"addresses":["10.19.192.0/18"],"name":"kavlan-14"}},"warranty":"2020-09-01","weathermap":{}}},"pdus":{"clustera-pdu1":{"ip":"172.17.79.226","mac":"28:29:86:0B:3B:06","model":"AP8653","ports":{"1":"clustera-1","6":"clustera-2"},"sensors":[{"power":{"per_outlets":true,"resolution":1,"snmp":{"available":true,"outlet_prefix_oid":"iso.3.6.1.4.1.318.1.1.26.9.4.3.1.7","total_oids":["iso.3.6.1.4.1.318.1.1.12.1.16.0"],"unit":"W"}}}],"type":"pdu","uid":"clustera-pdu1","vendor":"APC"},"clustera-pdu3":{"ip":"172.17.79.231","mac":"28:29:86:12:27:FF","model":"AP8653","ports":{},"sensors":[{"power":{"per_outlets":true,"resolution":1,"snmp":{"available":true,"outlet_prefix_oid":"iso.3.6.1.4.1.318.1.1.26.9.4.3.1.7","total_oids":["iso.3.6.1.4.1.318.1.1.12.1.16.0"],"unit":"W"}}}],"type":"pdu","uid":"clustera-pdu3","vendor":"APC"},"clustera-pdu2":{"ip":"172.17.79.227","mac":"28:29:86:10:0E:8C","model":"AP8653","ports":{"1":"clustera-1","6":"clustera-2"},"sensors":[{"power":{"per_outlets":true,"resolution":1,"snmp":{"available":true,"outlet_prefix_oid":"iso.3.6.1.4.1.318.1.1.26.9.4.3.1.7","total_oids":["iso.3.6.1.4.1.318.1.1.12.1.16.0"],"unit":"W"}}}],"type":"pdu","uid":"clustera-pdu2","vendor":"APC"},"clustera-pdu4":{"ip":"172.17.79.232","mac":"28:29:86:10:0E:B4","model":"AP8653","ports":{},"sensors":[{"power":{"per_outlets":true,"resolution":1,"snmp":{"available":true,"outlet_prefix_oid":"iso.3.6.1.4.1.318.1.1.26.9.4.3.1.7","total_oids":["iso.3.6.1.4.1.318.1.1.12.1.16.0"],"unit":"W"}}}],"type":"pdu","uid":"clustera-pdu4","vendor":"APC"}},"compilation_server":false,"description":"Grid5000 Fakesite site","email_contact":"support-staff@lists.grid5000.fr","frontend_ip":"172.16.79.101","g5ksubnet":{"gateway":"10.147.255.254","network":"10.144.0.0/14"},"latitude":48.7,"location":"Fakesite, France","longitude":6.2,"name":"Fakesite","production":true,"renater_ip":"192.168.4.14","security_contact":"support-staff@lists.grid5000.fr","storage5k":false,"sys_admin_contact":"support-staff@lists.grid5000.fr","type":"site","uid":"fakesite","user_support_contact":"support-staff@lists.grid5000.fr","virt_ip_range":"10.144.0.0/14","web":"http://www.grid5000.fr/mediawiki/index.php/Fakesite:Home"}},"network_equipments":{"renater-lyon":{"kind":"virtual","linecards":[{"ports":[{"uid":"renater-paris"},{"uid":"renater-sophia"},{"uid":"renater-grenoble"},{"uid":"renater-nantes"},{"kind":"router","site_uid":"lyon","uid":"gw-lyon"}],"rate":10000000000}],"type":"network_equipment","uid":"renater-lyon","weathermap":{}},"renater-grenoble":{"kind":"virtual","linecards":[{"ports":[{"uid":"renater-lyon"},{"kind":"router","site_uid":"grenoble","uid":"gw-grenoble"}],"rate":10000000000}],"type":"network_equipment","uid":"renater-grenoble","weathermap":{}},"renater-nancy":{"kind":"virtual","linecards":[{"ports":[{"uid":"renater-luxembourg"},{"uid":"renater-paris"},{"kind":"router","site_uid":"nancy","uid":"gw-nancy"}],"rate":10000000000}],"type":"network_equipment","uid":"renater-nancy","weathermap":{}},"renater-luxembourg":{"kind":"virtual","linecards":[{"ports":[{"uid":"renater-nancy"},{"kind":"router","site_uid":"luxembourg","uid":"gw-luxembourg"}],"rate":10000000000}],"type":"network_equipment","uid":"renater-luxembourg","weathermap":{}},"renater-sophia":{"kind":"virtual","linecards":[{"ports":[{"uid":"renater-lyon"},{"kind":"router","site_uid":"sophia","uid":"gw-sophia"}],"rate":10000000000}],"type":"network_equipment","uid":"renater-sophia","weathermap":{}},"renater-paris":{"kind":"virtual","linecards":[{"ports":[{"uid":"renater-lille"},{"uid":"renater-lyon"},{"uid":"renater-nancy"}],"rate":10000000000}],"type":"network_equipment","uid":"renater-paris","weathermap":{}},"renater-rennes":{"kind":"virtual","linecards":[{"ports":[{"uid":"renater-nantes"},{"kind":"router","site_uid":"rennes","uid":"gw-rennes"}],"rate":10000000000}],"type":"network_equipment","uid":"renater-rennes","weathermap":{}},"renater-nantes":{"kind":"virtual","linecards":[{"ports":[{"uid":"renater-lyon"},{"uid":"renater-rennes"},{"kind":"router","site_uid":"nantes","uid":"gw-nantes"}],"rate":10000000000}],"type":"network_equipment","uid":"renater-nantes","weathermap":{}},"renater-lille":{"kind":"virtual","linecards":[{"ports":[{"uid":"renater-paris"},{"kind":"router","site_uid":"lille","uid":"gw-lille"}],"rate":10000000000}],"type":"network_equipment","uid":"renater-lille","weathermap":{}}},"type":"grid","uid":"grid5000"}
-- 
GitLab