IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

SecurityDeploymentCreateRequest

edit

The creation request for the Elasticsearch security deployment.

Properties

edit
name (string)
The name of the security deployment cluster
topology (SecurityDeploymentTopology)
The cluster topology used to create the security deployment cluster
version (string)
The version of the Elasticsearch cluster

Example

edit
{
   "name" : "string",
   "topology" : {
      "size" : {
         "resource" : "string",
         "value" : 0
      },
      "zone_count" : 0
   },
   "version" : "string"
}