Project
- class elasticsearch.client.ProjectClient
To use this client, access
client.projectfrom anElasticsearchclient. For example:from elasticsearch import Elasticsearch # Create the client instance client = Elasticsearch(...) # Use the project client client.project.<method>(...)
- create_many_routing(*, expressions=None, body=None, error_trace=None, filter_path=None, human=None, pretty=None)
Create or update project routing expressions.
- create_routing(*, name, expressions=None, body=None, error_trace=None, filter_path=None, human=None, pretty=None)
Create or update a project routing expression.
- delete_routing(*, name, error_trace=None, filter_path=None, human=None, pretty=None)
Delete a project routing expression.
- get_many_routing(*, error_trace=None, filter_path=None, human=None, pretty=None)
Get project routing expressions.
- get_routing(*, name, error_trace=None, filter_path=None, human=None, pretty=None)
Get a project routing expression.
- tags(*, error_trace=None, filter_path=None, human=None, pretty=None, project_routing=None, body=None)
Get tags.
Get the tags that are defined for the project.
https://www.elastic.co/docs/api/doc/elasticsearch-serverless/operation/operation-project-tags
- Parameters:
- Return type: