From b0ebbeb7bc83e1cb5c6448026539b5883a243cad Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 1 Nov 2024 04:10:14 -0500 Subject: more debugging on import libvirt domain Signed-off-by: Jeff Carr --- argv.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 4e205d9..193e779 100644 --- a/argv.go +++ b/argv.go @@ -36,7 +36,7 @@ You can query the status directly: # the list of running vms: curl --silent http://localhost:2520/vms - # information about vm foo.bar.com: - curl --silent http://localhost:2520/dumpdroplet?foo.bar.com + # information about libvirt domain for vm 'coriolis': + curl --silent http://localhost:2520/dumpdomain?domain=coriolis ` } -- cgit v1.2.3