Skip to content

Commit 75003bb

Browse files
committed
xe: Add rate-limit-destroy operation
Signed-off-by: Christian Pardillo Laursen <christian.pardillolaursen@citrix.com>
1 parent edb062c commit 75003bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ocaml/xapi-cli-server/cli_frontend.ml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3881,6 +3881,15 @@ let rec cmdtable_data : (string * cmd_spec) list =
38813881
; flags= []
38823882
}
38833883
)
3884+
; ( "rate-limit-destroy"
3885+
, {
3886+
reqd= ["uuid"]
3887+
; optn= []
3888+
; help= "Destroy rate limiter"
3889+
; implementation= No_fd Cli_operations.Rate_limit.destroy
3890+
; flags= []
3891+
}
3892+
)
38843893
]
38853894

38863895
let cmdtable : (string, cmd_spec) Hashtbl.t = Hashtbl.create 50

0 commit comments

Comments
 (0)