NSX-T Data Center REST API
Get Geo IP Blocked Events
Get Geo IP Blocked Events. The system will return the latest 25k events stored.User can use optional request parameters like source_country_code or source_ip_address to filter the response.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/geo-ip/blocked-events
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/geo-ip/blocked-events
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/geo-ip/blocked-events
Request Headers:
n/a
Query Parameters:
GeoIpBlockedEventsFilterParameters+
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/geo-ip/blocked-events?source_country_code=USSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
GeoIpBlockedEventsList+