> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Scan Template

Creates a new scan template.

<Note>
  External Documentation

  To learn more, visit the [Rapid7 documentation](https://help.rapid7.com/insightvm/en-us/api/index.html#operation/createScanTemplate).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter                  | Description                                                      |
  | -------------------------- | ---------------------------------------------------------------- |
  | Disabled Category Checks   | The categories of vulnerability checks to disable during a scan. |
  | Disabled Individual Checks | The individual vulnerability checks to disable during a scan.    |
  | Disabled Type Checks       | The types of vulnerability checks to disable during a scan.      |
  | Enabled Category Checks    | The categories of vulnerability checks to enable during a scan.  |
  | Enabled Individual Checks  | The individual vulnerability checks to enable during a scan.     |
  | Enabled Type Checks        | The types of vulnerability checks to enable during a scan.       |
  | Scan Template Description  | A verbose description of the scan template.                      |
  | Scan Template Name         | A concise name for the scan template.                            |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                                                                                                                                                                |
  | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Correlate               | Whether an extra step is performed at the end of the scan where more trust is put in OS patch checks to attempt to override the results of other checks which could be less reliable.                                      |
  | Disable SSL Enforcement | Enable this option to skip SSL verification of the server's certificate<br />chain and host name. This may increase security vulnerabilities, but can be useful<br />for testing or when custom verification is employed.  |
  | Enable Windows Services | Whether Windows services are enabled during a scan. Windows services will be temporarily reconfigured when this option is selected. Original settings will be restored after the scan completes, unless it is interrupted. |
  | Enhanced Logging        | Whether enhanced logging is gathered during scanning. Collection of enhanced logs may greatly increase the disk space used by a scan.                                                                                      |
  | Max Parallel Assets     | The maximum number of assets scanned simultaneously per scan engine during a scan.                                                                                                                                         |
  | Max Scan Processes      | The maximum number of scan processes simultaneously allowed against each asset during a scan.                                                                                                                              |
  | Policy Enabled          | Whether policy assessment is performed during a scan.                                                                                                                                                                      |
  | Potential Checks        | Whether checks that result in potential vulnerabilities are assessed during a scan.                                                                                                                                        |
  | Unsafe Checks           | Whether checks considered "unsafe" are assessed during a scan.                                                                                                                                                             |
  | Vulnerability Enabled   | Whether vulnerability assessment is performed during a scan.                                                                                                                                                               |
  | Web Enabled             | Whether web spidering and assessment are performed during a scan.                                                                                                                                                          |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "1",
	"links": [
		{
			"href": "https://hostname:3780/api/3/...",
			"rel": "self"
		}
	]
}
```

## Workflow Library Example

[Create Scan Template with Rapid7 and Send Results Via Email](https://library.blinkops.com/workflows/create-scan-template-with-rapid7-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-scan-template-with-rapid7-and-send-results-via-email/canvas" />
</div>
