There is a number of default components (isSelectedByDefault==true) but I find myself in a situation where I want only selected components to be included.
The problem when requesting a support bundle through automation is you need to unselect (exclude) explicitly all these components then include the one you need.
I propose 2 changes:
Export available components list through API so one can list available components and IDs
Add a separate entrypoint (separate from doGenerateAllBundles) that only include specified components and not the default ones.