ElasticsearchReplicaElementedit

Information about the unavailable replicas - unlike with shards, unavailable replicas means a loss of redundancy rather than a loss of availability

Propertiesedit

instance_name (string, required)
The Elastic Cloud name/id of the instance (container)
replica_count (integer as int32, required)
The number of unavailable replicas on this instance

Exampleedit

{
   "instance_name" : "string",
   "replica_count" : 0
}