Get information about one or more IP geolocation database configurations.
Path parameters
id
string | array[string]Required
A comma-separated list of database configuration IDs to retrieve.
Wildcard (*) expressions are supported.
To get all database configurations, omit this parameter or use *.
The configuration necessary to identify which IP geolocation provider to use to download a database, as well as any provider-specific configuration necessary for such downloading.
At present, the only supported providers are maxmind and ipinfo, and the maxmind provider requires that an account_id (string) is configured.
A provider (either maxmind or ipinfo) must be specified. The web and local providers can be returned as read only configurations.
GET
/_ingest/geoip/database/{id}
curl \
--request GET 'http://api.example.com/_ingest/geoip/database/{id}' \
--header "Authorization: $API_KEY"