Here is a quick memo on the usage of HTTPie to connect to VMware products to explore or use the API.
Install
(Ubuntu/Debian)
1sudo apt install -qy jq 2sudo pip3 install -U httpie
VMware vCenter
1# login 2http POST https://vcsa.vlab.lcl/rest/com/vmware/cis/session --verify=no --session=vcsa -a …
Read More