[String_query_arg "entries"; String_query_arg "output"], _R_POOL_OP, []));
("get_vm_rrd", (Get, Constants.vm_rrd_uri, true, [String_query_arg "uuid"], _R_READ_ONLY, []));
("put_rrd", (Put, Constants.rrd_put_uri, false, [], _R_POOL_ADMIN, []));
- ("get_host_rrd", (Get, Constants.host_rrd_uri, true, [Bool_query_arg "json"], _R_POOL_OP, []));
+ ("get_host_rrd", (Get, Constants.host_rrd_uri, true, [Bool_query_arg "json"], _R_READ_ONLY, []));
("get_rrd_updates", (Get, Constants.rrd_updates, true,
[Int64_query_arg "start"; String_query_arg "cf"; Int64_query_arg "interval";
Bool_query_arg "host"; String_query_arg "uuid"; Bool_query_arg "json"], _R_READ_ONLY, []));