apache / cloudstack-cloudmonkey

Apache Cloudstack Cloudmonkey
Apache License 2.0
91 stars 60 forks source link

Reverse parameter filtering #149

Open luganofer opened 4 months ago

luganofer commented 4 months ago

Sometimes you need all parameters in the output of an API command except a few and it is more complicated to write all required parameters in the filter (filter=parameter1, parameter2, parameter3, etc) than to write the few you need to exclude. Maybe it would be a good idea to add an exclusion filter or something similar.