IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
SecurityDeploymentCreateRequest
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
SecurityDeploymentCreateRequest
editThe 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"
}