Skip to content

Service Methods

Chris Smith edited this page May 2, 2017 · 2 revisions

This page provides details regarding the service methods that are exposed by the MaxMind DXL Service.

The MaxMind DXL Service uses JSON payloads for both the DXL Request and DXL Response messages.

Host Lookup

Looks up and returns Geolocation information for the specified host/IP.

  • DXL Request Topic
    • /opendxl-maxmind/service/geolocation/host_lookup
  • Request Fields
    • host : Hostname or IP address for which to retrieve Geolocation information
  • Response Fields
    • A JSON structure representing the Geolocation information for the specified host/IP
  • MaxMind DB Documentation

Home

MaxMind DXL Python Service

Documentation

Service Methods

Examples

Clone this wiki locally