Tag: Quick Tip

vRA 8.1 – Quick Tip – API Authentication

Hello! In this short blog post we will cover how to authenticate with the vRA 8.1 API. For vRA 8.1 the steps to get your Bearer Token are twofold: First you need to retrieve your Refresh Token With that Refresh Token you can get your Bearer Token This is apparently due to a 'missing internal … Continue reading vRA 8.1 – Quick Tip – API Authentication

vRA – Quick Tip – How to access embedded PostgreSQL DB

Helloooo! Today I would like to share a quick tip with you on how to access the embedded vRA PostgreSQL database on your vRA appliances: SSH to your vRA appliance as root Once logged in, switch to the postgres user with the following command: su postgres Change to the vRA database (VCAC): psql vcac Show … Continue reading vRA – Quick Tip – How to access embedded PostgreSQL DB