TLS/SSL

class elasticsearch.client.SslClient(client)
Parameters:

client (BaseClient)

certificates(*, error_trace=None, filter_path=None, human=None, pretty=None)

Retrieves information about the X.509 certificates used to encrypt communications in the cluster.

https://www.elastic.co/guide/en/elasticsearch/reference/8.14/security-api-ssl.html

Parameters:
  • error_trace (bool | None)

  • filter_path (str | Sequence[str] | None)

  • human (bool | None)

  • pretty (bool | None)

Return type:

ObjectApiResponse[Any]