create_test
Create a new test in DefectDojo by specifying engagement, test type, start and end dates. Returns JSON with the created test.
Instructions
Create a new test. Requires write scope. Rate-limited. Args: engagement_id (> 0), test_type_id (> 0), target_start (YYYY-MM-DD), target_end (YYYY-MM-DD). Returns JSON with created test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_end | Yes | ||
| target_start | Yes | ||
| test_type_id | Yes | ||
| engagement_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |