Product Name
CIS-CAT Pro Assessor
Product Version
v4.X
Date
Problem
I use the same Result Destination POST URL for every scan. How do I automatically add the Result Destination POST URL to Dashboard's Assessment Options so that I don’t have to add it manually for each scan?
Solution
Please follow the steps below to resolve the issue:
Go to
\(Assessor directory)\Assessor\config
Open the
assessor-cli.properties
file using the file editor of your choiceGo to line 151 and uncomment (remove the
#
) the following line:
gui.default.dashboardURL=
Enter the Result Destination POST URL address to the
gui.default.dashboardURL
line. The end result should look like this:
gui.default.dashboardURL=https://myccpdserver/CCPD/api/reports/upload
The screenshot below shows an example:
On the “Assessment Options” page, the Result Destination POST URL section is empty before editing the
assessor-cli.properties
file. After adding the URL to thegui.default.dashboardURL
line, the Result Destination POST URL you added will automatically populate on the “Assessment Options” page:
Add Comment