List PostgreSQL cluster hosts yc

Show host FQDNs with MASTER/REPLICA role and health for connection routing

yc managed-postgresql cluster list-hosts --cluster-name <name> --format json | jq -r '.[] | "\(.name)\t\(.role)\t\(.health)"'