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.
SecurityDeploymentUpdateRequest
editSecurityDeploymentUpdateRequest
editThe update request for the Elasticsearch security deployment.
Properties
edit-
topology
(SecurityDeploymentTopology
) - The cluster topology changes to apply to the security deployment cluster. When not included, no topology changes are performed.
-
version
(string
) - The version of Elasticsearch to upgrade to. When not included, no upgrade is performed.
Example
edit{ "topology" : { "size" : { "resource" : "string", "value" : 0 }, "zone_count" : 0 }, "version" : "string" }