diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 13:05:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 13:05:05 -0500 |
| commit | 7837182d532dcc022ca2ffafa9289640ac942195 (patch) | |
| tree | b7486b5d06ca9ced34215a1275be3b4c209b9bc3 /Makefile | |
| parent | 2e8281d0678d5f201e18aec33aa4e39fa3587230 (diff) | |
more http options
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |
