NSX-T Data Center REST API
GeoIpBlockedEventsFilterParameters (type)
{ "additionalProperties": false, "extends": { "$ref": "GeoIpBlockedEventsBaseFilterParameter" }, "id": "GeoIpBlockedEventsFilterParameters", "module_id": "PolicyGeoIp", "properties": { "cursor": { "title": "Cursor for getting next page of records", "type": "string" }, "destination_country_code": { "title": "Comma Separated Destination Country Codes of Geo IP Blocked Event", "type": "string" }, "destination_ip_address": { "title": "Comma Separated Destination IP Addresses of Geo IP Blocked Event", "type": "string" }, "direction": { "title": "Comma Separated Directions of Traffic", "type": "string" }, "include_all_projects": { "default": false, "tile": "All Blocked Events (including Default and Custom Projects)", "type": "boolean" }, "page_size": { "default": 500, "maximum": 500, "minimum": 0, "title": "Maximum number of results to return in this page", "type": "int" }, "rule_id": { "title": "Comma Separated Gateway Firewall Rule Ids of Geo IP Blocked Event", "type": "string" }, "source_country_code": { "title": "Comma Separated Source Country Codes of Geo IP Blocked Event", "type": "string" }, "source_ip_address": { "title": "Comma Separated Source IP Addresses of Geo IP Blocked Event", "type": "string" } }, "title": "Geo IP Blocked Events Filter Parameters", "type": "object" }