target-scan-failed
Overview
- Key: - target-scan-failed
- Name: Scan Failed 
- Triggers when: A scan fails to complete on a target 
Fields
Field
Type
Description
detail
string
Detail of scan failure
reason
string
Reason for scan failure
target_id
integer
ID of the target
Example data
{
  "detail": "Host Doesn't Resolve (fail.example.com)",
  "reason": "Host Doesn't Resolve (fail.example.com)",
  "target_id": 12345
}Last updated
Was this helpful?