List Saved Map Reports

GET POST/msp/map_report_list.php

List map reports saved in the user’s account. Each entry in the map report list identifies a saved map report for a specific domain. There is a separate saved map report for each domain in the map target.

Basic HTTP authentication is required. Session based authentication is not supported using this API.

Permissions - Managers can view all saved map reports in the subscription. Unit Managers can view saved map reports for domains in user’s business unit. Scanners and Readers can view saved map reports for domains in user’s account.

Input ParametersInput Parameters

Parameter

Required/Optional

Data Type

Description

last={no|yes}

Optional

Boolean 

Used to retrieve information only about the last saved map report. A valid value is “yes” to retrieve the last saved map report, or “no” (the default) to retrieve all map reports.

domain={target}

Optional

String 

Used to receive a list of all saved map reports for the specified target domain. If both parameters domain={target} and last=yes are specified, you will receive information about the last saved map for the target domain.

Sample - List All Saved MapsSample - List All Saved Maps

API Request

https://<qualys_base_url>/msp/map_report_list.php

Sample - List Last Saved Map for Certain DomainSample - List Last Saved Map for Certain Domain

API Request

https://<qualys_base_url>/msp/map_report_list.phphttps://<qualys_base_url>/msp/map_report_list.php?domain=www.companyabc.com&last=yes

DTD

<platform API server>/map_report_list.dtd