You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
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.
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
.\exporttool.bat -d ..\target\samples\vmfields.yaml -u username@"auth source" -p password -H vmware.host.com -o "path/to/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