domain-scan-first
Overview
- Key: - domain-scan-first
- Name: First Scan Complete 
- Triggers when: A discovery scan completes on a domain for the first time 
Fields
Field
Type
Description
domain_id
integer
The ID of the domain.
domain
string
Domain name.
Example data
{
    "domain": {
        "domain_id": 1234,
        "domain": "example.com"
    }
}Last updated
Was this helpful?