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.
SecurityDeploymentCreateRequest
editSecurityDeploymentCreateRequest
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" }