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
Parameter | Description |
---|---|
Disable SSL Enforcement | Enable 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 ID | The 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