ElasticsearchShardElementedit

Information about the shards of different types (available and unavailable - unavailable is bad and means that a cluster cannot serve all its data) for each instance container hosting an Elasticsearch node

Propertiesedit

instance_name (string, required)
The Elastic Cloud name/id of the instance (container)
shard_count (integer as int32, required)
The number of shards of the given type (available/unavailable) on this instance

Exampleedit

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