SecurityDeployment
editSecurityDeployment
editThe Elasticsearch security deployment.
Properties
edit-
cluster_id
(string
, required) - The identifier for the security deployment cluster
-
deployment_id
(string
) - The identifier for the security deployment
-
has_pending_plan
(boolean
, required) - True if a pending plan is in progress
-
is_enabled
(boolean
, required) - True if the security cluster is currently enabled
-
is_healthy
(boolean
, required) - True if the cluster is healthy
-
name
(string
, required) - The name of the security deployment cluster
-
status
(string
; allowed values: [initializing
,stopping
,stopped
,rebooting
,restarting
,reconfiguring
,started
], required) - The current status of the cluster
-
version
(string
) - The version of the Elasticsearch cluster
Example
edit{ "cluster_id" : "string", "deployment_id" : "string", "has_pending_plan" : true, "is_enabled" : true, "is_healthy" : true, "name" : "string", "status" : "string", "version" : "string" }