IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
SecurityDeployment
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
SecurityDeployment
editThe Elasticsearch security deployment.
Properties
edit-
cluster_id(string, required) - The identifier for the security deployment cluster
-
has_pending_plan(boolean, required) - True if a pending plan is in progress
-
is_enabled(boolean, required) - True if the security cluster is currently enabled
-
is_healthy(boolean, required) - True if the cluster is healthy
-
name(string, required) - The name of the security deployment cluster
-
status(string; allowed values: [initializing,stopping,stopped,rebooting,restarting,reconfiguring,started], required) - The current status of the cluster
-
version(string) - The version of the Elasticsearch cluster
Example
edit{
"cluster_id" : "string",
"has_pending_plan" : true,
"is_enabled" : true,
"is_healthy" : true,
"name" : "string",
"status" : "string",
"version" : "string"
}