From 7837182d532dcc022ca2ffafa9289640ac942195 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 26 Oct 2024 13:05:05 -0500 Subject: more http options Signed-off-by: Jeff Carr --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aee6b54..b268238 100644 --- a/Makefile +++ b/Makefile @@ -74,3 +74,15 @@ git-clone: go-clone --recursive --go-src --no-work go.wit.com/apps/virtigo go-clone --recursive --go-src --no-work go.wit.com/apps/gowebd go-clone --recursive --go-src --no-work go.wit.com/lib/daemons/virtigod + +http-uptime: + curl --silent http://localhost:8080/uptime + +http-droplets: + curl --silent http://localhost:8080/droplets + +http-missing: + curl --silent http://localhost:8080/missing + +http-dumplibvirtxml: + curl --silent http://localhost:8080//dumplibvirtxml -- cgit v1.2.3