VMware Cloud Foundation 4.3 brought additional security hardening to SDDC Manager, one is to remove the history of the bash shell in SDDC Manager.
This can be fairly annoying when troubleshooting logs or issuing API calls.

You can disable this on the current session with set -o history, or you can disable it globally with mv /etc/profile.d/disable.history.sh /etc/profile.d/disable.history.sh.bak – the mv command takes effect for new sessions.