List Report Templates

GET POST/msp/report_template_list.php

List report templates in the user's account. A report template ID is returned for each template. The list includes templates for all report types. (This API does not support session authentication.)

Example - List Report Templates

Each element identifies template properties, including the report template ID, template type and title, in the sub-elements described below.

Element Description

<ID>

The template ID number.

<TYPE>

The template type: Auto (for automatic) or Manual.

<TEMPLATE_TYPE>

The report template type: Scan (for a scan report template)
Map (for a map report template)
Remediation (for a remediation report template)
Compliance (for a compliance report template)
Policy (for a compliance policy report template) Patch (for a patch report template)

<TITLE>

The template title, as defined in the Qualys user interface.

<USER>

The template owner, identified by login, first name and last name. For a system template, the login “system” is reported.

<LAST_UPDATE>

The most recent date and time when the template was updated.

<GLOBAL>

For a global template, the value 1 appears. For a non global template, the value 0 appears.

DTD

<platform API server>/api/2.0/fo/report/report_list_output.dtd