NSX-T Data Center REST API

GeoIpBlockedEventsList (type)

{
  "additionalProperties": false,
  "id": "GeoIpBlockedEventsList",
  "module_id": "PolicyGeoIp",
  "properties": {
    "cursor": {
      "readonly": true,
      "title": "Cursor for getting next page of records",
      "type": "string"
    },
    "geo_ip_blocked_events": {
      "items": {
        "$ref": "GeoIpBlockedEvent"
      },
      "readonly": true,
      "required": true,
      "title": "GeoIpBlockedEvent list",
      "type": "array"
    },
    "result_count": {
      "readonly": true,
      "title": "Total Result Count",
      "type": "int"
    },
    "sort_ascending": {
      "readonly": true,
      "title": "Sort By Ascending",
      "type": "boolean"
    },
    "sort_by": {
      "readonly": true,
      "title": "Sort By",
      "type": "string"
    }
  },
  "title": "Paginated Geo IP Blocked Events",
  "type": "object"
}