Create map template

/api/2.0/fo/report/template/map/?action=create

[POST]

Create a map report template in the user's account.

Input Parameters

Click here to view parameters for creating map templates.

Sample

API request

curl -u "USERNAME:PASSWORD" -H "X-Requested-With:curl" -X POST -H "Content-type: text/xml" --data-binary @scan_export.xml "https://qualysapi.qualys.com/api/2.0/fo/report/template/map/?action=create&report_format=xml"

XML output

<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE SIMPLE_RETURN SYSTEM "https://qualysapi.qualys.com/api/2.0/simple_return.dtd">

<SIMPLE_RETURN>

  <RESPONSE>

    <DATETIME>2017-04-06T05:41:32Z</DATETIME>

    <CODE>Map Report Template(s) Created Successfully [89876]</CODE>

    <TEXT></TEXT>

  </RESPONSE>

</SIMPLE_RETURN>

 

DTD

<platform API server>/api/2.0/simple_return.dtd