This portal is to open public enhancement requests against IBM Cloud and its products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
IBM Cloud Support Center (https://cloud.ibm.com/unifiedsupport/cases/form) – Use this site for any IBM Cloud defect or support need.
Stack Overflow (https://stackoverflow.com/questions/tagged/ibm-cloud) – Use this site for IBM Cloud technical Q&A using the tag "ibm-cloud".
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
The idea turned in "Needs more information" now, but I didn't got any hint about which kind of "more information" is needed. So let me just provide you "more details" without knowing "the question you have" :-).
As of today I'm member of 25 IBM Cloud account and the breakdown looks like:
$ ibmcloud account list | grep -E "ACTIVE|SUSPENDED|CANCEL_PENDING|CANCELED" | cut -c 1-32,85-100 | awk '{print $2}' | sort | uniq -c
12 ACTIVE
6 CANCELED
7 CANCEL_PENDING
My proposal was, that only ACTIVE (12) accounts are shown via "ibmcloud account show" (filtering out SUSPENDED|CANCEL_PENDING|CANCELED) and, if a additional command line option e.g. "--show-deleted-accounts" is used, the "ibmcloud account show --show-deleted-accounts" command lists all the (25) accounts.
$ ibmcloud account list | grep -E "SUSPENDED|CANCEL_PENDING|CANCELED" | cut -c 1-16,85-100 | awk '{print $1 "***hidden*** " $2}' | sort
135422594ccfbd61***hidden*** CANCELED
16cb5af518960ebf***hidden*** CANCEL_PENDING
1f66dbd6d563bb07***hidden*** CANCELED
26b06a6aeb33c605***hidden*** CANCEL_PENDING
3af5d5d572b76adc***hidden*** CANCEL_PENDING
3e1dd72a647f4ec0***hidden*** CANCEL_PENDING
7091ab9e29cf4d49***hidden*** CANCEL_PENDING
825af3fc5fc2287d***hidden*** CANCELED
8856d63916354cb8***hidden*** CANCELED
bdbf73fe9aa4429a***hidden*** CANCELED
c7953cb0cdb443ce***hidden*** CANCEL_PENDING
cdd36becf36e4866***hidden*** CANCEL_PENDING
d6abf1c098c3d305***hidden*** CANCELED
Michael