NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
GeoIpBlockedEvent (schema)
Geo IP Blocked Event
Name | Description | Type | Notes |
---|---|---|---|
count | Packet Hit Count between Start and End Timestamp | integer | Readonly |
destination_country_code | Destination Country Code of Geo IP Blocked Event | string | Readonly |
destination_country_name | Destination Country Name of Geo IP Blocked Event | string | Readonly |
destination_ip_address | Destination IP Address of Geo IP Blocked Event | IPAddress | Readonly |
direction | Direction of Traffic | string | Readonly Enum: IN, OUT |
end_timestamp | End Timestamp when Last Blocked Event occurred for the Country with given IP Address | EpochMsTimestamp | Readonly |
rule_id | Gateway Firewall Rule Id of Geo IP Blocked Event | integer | Readonly |
source_country_code | Source Country Code of Geo IP Blocked Event | string | Readonly |
source_country_name | Source Country Name of Geo IP Blocked Event | string | Readonly |
source_ip_address | Source IP Address of Geo IP Blocked Event | IPAddress | Readonly |
start_timestamp | Start Timestamp when Last Blocked Event occurred for the Country with given IP Address | EpochMsTimestamp | Readonly |