SecurityDeploymentUpdateRequest

edit

The 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"
}