Skip to content

Commit

Permalink
CP-27910: expose json flag for /vm_rrd in the datamodel
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
psafont committed Nov 7, 2023
1 parent fa899ba commit 6a3e138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/idl/datamodel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
, []
)
Expand Down

0 comments on commit 6a3e138

Please sign in to comment.