IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
DeploymentResource
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
DeploymentResource
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.
-
warnings(array[ReplyWarning]) - List of warnings generated from validating resource updates
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",
"warnings" : [
{
"code" : "string",
"message" : "string"
}
]
}