NSX-T Data Center REST API
GeoIpBlockedEvent (type)
{ "additionalProperties": false, "id": "GeoIpBlockedEvent", "module_id": "PolicyGeoIp", "properties": { "count": { "readonly": true, "title": "Packet Hit Count between Start and End Timestamp", "type": "integer" }, "destination_country_code": { "readonly": true, "title": "Destination Country Code of Geo IP Blocked Event", "type": "string" }, "destination_country_name": { "readonly": true, "title": "Destination Country Name of Geo IP Blocked Event", "type": "string" }, "destination_ip_address": { "$ref": "IPAddress", "readonly": true, "title": "Destination IP Address of Geo IP Blocked Event" }, "direction": { "enum": [ "IN", "OUT" ], "readonly": true, "title": "Direction of Traffic", "type": "string" }, "end_timestamp": { "$ref": "EpochMsTimestamp", "readonly": true, "title": "End Timestamp when Last Blocked Event occurred for the Country with given IP Address" }, "rule_id": { "readonly": true, "title": "Gateway Firewall Rule Id of Geo IP Blocked Event", "type": "integer" }, "source_country_code": { "readonly": true, "title": "Source Country Code of Geo IP Blocked Event", "type": "string" }, "source_country_name": { "readonly": true, "title": "Source Country Name of Geo IP Blocked Event", "type": "string" }, "source_ip_address": { "$ref": "IPAddress", "readonly": true, "title": "Source IP Address of Geo IP Blocked Event" }, "start_timestamp": { "$ref": "EpochMsTimestamp", "readonly": true, "title": "Start Timestamp when Last Blocked Event occurred for the Country with given IP Address" } }, "title": "Geo IP Blocked Event", "type": "object" }