The use of the CLI Passthrough pretty much requires the use of the "fields" parameter to get anything useful. But sometimes I don't know what fields are available and the normal method for field discovery (fields=* and **) doesn't work for CLI Passthrough (by design, which I accept).
It would be really nice though if we could somehow discover just the field names that can be fetched using the API. One record returned, no data, just the field names. I don't always have easy access to the CLI to be able to run the command and discover field names that way. Even then, if you're not familiar with the ONTAP CLI, you still might not be able to discover the field names since the standard output of most commands uses "pretty" names.