network-ip-remove
Overview
- Key: - network-ip-remove
- Name: Network IP Offline 
- Triggers when: An active IP address is not detected on a network that was detected on the previous scan 
Fields
Field
Type
Description
ip
string
IP address that was removed
network_id
integer
ID of the network
network_name
string
Name of the network
network
string
IP address that was removed
Example data
{
    "ip": "127.0.0.1",
    "network": {
        "network_id": 1234,
        "network_name": "Example Name",
        "network": "127.0.0.1"
    }
}Last updated
Was this helpful?