#!/bin/bash
clid=$1
yc mdb cluster ListHosts --clusterId $clid | jq '[.hosts[] | select(.options.type != "zookeeper") | .name]'
