To learn more, visit the Rapid7 documentation.

Parameters

ParameterDescription
Disable SSL EnforcementEnable this option to skip SSL verification of the server’s certificatechain and host name. This may increase security vulnerabilities, but can be usefulfor testing or when custom verification is employed.
Template IDThe ID of the report template.

Example Output

{    "builtin": true,    "description": "Provides comprehensive details about discovered assets, vulnerabilities, and users.",    "id": "audit-report",    "links": [        {            "href": "https://hostname:3780/api/3/...",            "rel": "self"        }    ],    "name": "Audit Report",    "sections": [        "string"    ],    "type": "document"}

Workflow Library Example

Get Report Template with Rapid7 and Send Results Via Email

Preview this Workflow on desktop