It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
ClusterMetadataInfo
editClusterMetadataInfo
editInformation about the public and internal state, and the configuration settings of an Elasticsearch cluster.
Properties
edit-
cloud_id
(string
) - The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana (only present if both exist)
-
endpoint
(string
) - The DNS name of the cluster endpoint, if available
-
last_modified
(string
asdate-time
, required) - The most recent time the cluster metadata was changed (ISO format in UTC)
-
ports
(ClusterMetadataPortInfo
) - The ports that allow communication with the cluster using various protocols.
-
raw
(object
) -
An unstructured JSON representation of the public and internal state (can be filtered out via URL parameter). The contents and structure of the
raw
field can change at any time. -
service_url
(string
) - The full URL to access this deployment resource
-
version
(integer
asint32
, required) - The resource version number of the cluster metadata
Example
edit{ "cloud_id" : "string", "endpoint" : "string", "last_modified" : "2019-01-01T00:00:00Z", "ports" : { "http" : 0, "https" : 0, "transport_passthrough" : 0 }, "raw" : {}, "service_url" : "string", "version" : 0 }