Open
Description
Describe the bug
While running the script, I got this error:
[pool-2-thread-4] ERROR: Error while processing resource
org.apache.http.HttpException: HTTP Error: 422 Reason: 422
Reproduction steps
- Using Windows machine, extract the binaries to C:\
- Edit the vmfields.yaml file and put in the metrics that are to be measured. Add outputFormat: csv.
- Close & save the yaml file. Run the command
.\exporttool.bat -d ..\target\samples\vmfields.yaml -u username@"auth source" -p password -H vmware.host.com -o "path/to/output"
- Error shown is being output
Expected behavior
I expected the data to be processed and stored in the CSV in the path given in the command.
Additional context
No response