SecurityDeploymentUpdateRequestedit

The update request for the Elasticsearch security deployment.

Propertiesedit

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.

Exampleedit

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