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.
DeploymentResource
editDeploymentResource
editData for a deployment resource
Properties
edit-
cloud_id
(string
) - An encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana
-
credentials
(ClusterCredentials
) - Credentials for logging into a created resource. Only provided on initial create and absent otherwise.
-
elasticsearch_cluster_ref_id
(string
) - The Elasticsearch cluster that this resource depends on.
-
id
(string
, required) - A system-unique id for the created resource
-
kind
(string
, required) - The kind of resource
-
ref_id
(string
, required) - A locally-unique friendly alias for this Elasticsearch cluster
-
region
(string
, required) - Identifier of the region in which this resource runs.
-
secret_token
(string
) - Secret token for using a created resource. Only provided on initial create and absent otherwise.
Example
edit{ "cloud_id" : "string", "credentials" : { "password" : "string", "username" : "string" }, "elasticsearch_cluster_ref_id" : "string", "id" : "string", "kind" : "string", "ref_id" : "string", "region" : "string", "secret_token" : "string" }