2011-08-24 10:37:30 -07:00

10 lines
229 B
Bash
Executable File

#
# Copyright (C) 2011 Cloud.com, Inc. All rights reserved.
#
query="GET http://10.91.30.226:8096/client/?command=listRouters&zoneId=$1&account=admin&domainid=1 HTTP/1.0\n\n"
echo -e $query | nc -v 10.91.30.226 8096