Skip to main content

Get Report Template

Returns the details of a report template. Report templates govern the contents generated within a report.

External Documentation

To learn more, visit the Rapid7 documentation.

Parameters

ParameterDescription
Disable SSLEnable this option to skip SSL verification of the server's certificate
chain and host name. This may increase security vulnerabilities, but can be useful
for 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

Workflow LibraryPreview this Workflow on desktop