network-scan-first
Overview
- Key: - network-scan-first
- Name: First Scan Complete 
- Triggers when: A discovery scan completes on a network for the first time 
Fields
Field
Type
Description
network_id
integer
ID of the network
network_name
string
Name of the network
network
string
Network IP address
Example data
{
    "network": {
        "network_id": 1234,
        "network_name": "Example Name",
        "network": "127.0.0.1"
    }
}Last updated
Was this helpful?