Tutulfo, how can I call the API using curl? I have no problems with a browser if just click OK when prompted for credentials. But I can't seem to figure out how to pull the json using curl. Thanks.
EDIT: When I say API I'm talking about the new monitoring service. Here's the URL I use: http://192.168.1.100:9999
EDIT2: I figured out how to get it to work using WGET and the output is redirected to stdout:
wget -O -
http://192.1168.1.12:9999 --auth-no-challenge --user=[your window login id] --password [your windows password] 2>/dev/null