From 6a3e138d91749176e0739855977507be784d7c6a Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Tue, 7 Nov 2023 14:33:55 +0000 Subject: [PATCH] CP-27910: expose json flag for /vm_rrd in the datamodel This is needed for the SDK to generate functions that allow setting the json flag by clients. (Xencenter, for example) Signed-off-by: Pau Ruiz Safont --- ocaml/idl/datamodel.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/idl/datamodel.ml b/ocaml/idl/datamodel.ml index d77f31fb06b..f2ea7399946 100644 --- a/ocaml/idl/datamodel.ml +++ b/ocaml/idl/datamodel.ml @@ -8257,7 +8257,7 @@ let http_actions = , ( Get , Constants.get_vm_rrd_uri , true - , [String_query_arg "uuid"] + , [String_query_arg "uuid"; Bool_query_arg "json"] , _R_READ_ONLY , [] )