Class GetIpLocationDatabaseRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ingest.GetIpLocationDatabaseRequest
Get IP geolocation database configurations.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "ingest.get_ip_location_database". -
Method Summary
Modifier and TypeMethodDescriptionid()Comma-separated list of database configuration IDs to retrieve.static GetIpLocationDatabaseRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetIpLocationDatabaseRequest,GetIpLocationDatabaseResponse, _ENDPOINTErrorResponse> Endpoint "ingest.get_ip_location_database".
-
-
Method Details
-
of
-
id
Comma-separated list of database configuration IDs to retrieve. Wildcard (*) expressions are supported. To get all database configurations, omit this parameter or use*.API name:
id
-