ClusterMetadataPortInfoedit

Information about the ports that allow communication between the Elasticsearch cluster and various protocols.

Propertiesedit

http (integer as int32, required)
Port where the cluster listens for HTTP traffic
https (integer as int32, required)
Port where the cluster listens for HTTPS traffic

Exampleedit

{
   "http" : 0,
   "https" : 0
}