/Qualys2PowerBI

Simple Script to Integrate Qualys some api With PowerBI

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Qualys2PowerBI

Simple Script to Integrate Qualys With PowerBI using API

Available Endpoints

Detection API Format xml https://qualysapi.qg3.apps.qualys.com/api/2.0/fo/asset/host/vm/detection/

Report API format csv string https://qualysapi.qg3.apps.qualys.com/api/2.0/fo/report/?action=fetch&id=

How to Use

install the necessary libraries and change the Authorization field of the header, to your username and password encoded to Base64. The format for documentation is username:password.

Example: 'Authorization': 'Basic dXN1YXJpbzpzZW5oYTEyMw=='