Querying Using HTTP GET

You can query and access Web Reports by using HTTP GET. Provide the URL and port for the Web Reports program, and then pass the command you want in your browser address line.

If you are already logged in to the program, you can access the main page with a URL:

http://bigco.com:80/webreports?page=Main
If you have installed BigFix 9.5, the URL to the main page is:
http://bigco.com:80/webreports?page=Main

In this example, bigco.com is your domain, 80 is the default BigFix port, and page=Main describes the part of the program you want to access. If you have not yet logged in, you can pass your Username and Password on the same line:

http://bigco.com:80/webreports?Username=myName&Password=myPassword&page=Main
If you have installed BigFix 9.5, the URL is:
http://bigco.com:8080/webreports?Username=myName&Password=myPassword&page=Main