ElasticSearch Connector
ElasticSearch Connector Help
Version 3
ZappySys Logo File Version: v3
Supported Engine: 14

EndPoints for ElasticSearch Connector


On this page you will see possible API actions you can perform with ElasticSearch connector. We will refer this as API EndPoint or just EndPoint.

Label Name Description
Create Index create_index Create a new index
Delete Index delete_index Delete an exising index
List indexes list_indexes Lists indexes
List aliases list_aliases Lists aliases
Get index metadata get_index_metadata Gets index metadata
Get documents from Index or Alias get_documents Gets documents from Index or Alias [API Help..]
Get document by ID from Index or Alias get_document
Search / Query documents search Gets documents (Using JSON Query Language) [API Help..]
Count documents count
Insert documents insert_documents Insert documents
Update documents update_documents Update documents
Upsert documents upsert_documents Upserts documents
Delete documents delete_documents Deletes documents
Generic Request generic_request This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.