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.
ClusterCrudResponse
editClusterCrudResponse
editThe response to an Elasticsearch or Kibana CRUD (create/update-plan) request
Properties
edit-
credentials
(ClusterCredentials
) - The username/password of the newly created cluster (returned from Elasticsearch cluster creates)
-
diagnostics
(object
) - If the endpoint is called with URL param 'validate_only=true', then this contains advanced debug info (the internal plan representation)
-
elasticsearch_cluster_id
(string
) - For an operation creating or updating an Elasticsearch cluster, the Id of that cluster
-
kibana
(ClusterCrudResponse
) - If the endpoint is called with URL param 'validate_only=true', then this contains advanced debug info (the internal plan representation) for the Kibana that was created along with the submitted ES plan.
-
kibana_cluster_id
(string
) - For an operation creating or updating a Kibana cluster, the Id of that cluster
Example
edit{ "credentials" : { "password" : "string", "username" : "string" }, "diagnostics" : {}, "elasticsearch_cluster_id" : "string", "kibana" : null, "kibana_cluster_id" : "string" }