Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories CLI & Shell
Created by Guest
Created on Jul 7, 2023

add clusterId to json output of "cluster list", "cluster describe" commands

currently there is no straightforward way to get clusterId using mongocli. we can get clusterId if we use text format with "cluster list", but not with json. and with json format we have to use "process list" command, filter out only one process amongst multiple within cluster and filter out clusterId. it would be useful to add clusterId field into json when we get cluster description from list/describe commands also.