summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 13:05:05 -0500
committerJeff Carr <[email protected]>2024-10-26 13:05:05 -0500
commit7837182d532dcc022ca2ffafa9289640ac942195 (patch)
treeb7486b5d06ca9ced34215a1275be3b4c209b9bc3 /Makefile
parent2e8281d0678d5f201e18aec33aa4e39fa3587230 (diff)
more http options
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
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