A newer version is available. For the latest information, see the
current release documentation.
ClusterMetadataPortInfo
edit
Information about the ports that allow communication between the Elasticsearch cluster and various protocols.
Propertiesedit
-
http
(integer
asint32
, required) - Port where the cluster listens for HTTP traffic
-
https
(integer
asint32
, required) - Port where the cluster listens for HTTPS traffic
Exampleedit
{ "http" : 0, "https" : 0 }