Hello friends
I want to fetch some metrics data from the Vrops(VMware) api that includes following steps -
- Make a post request with login credentials to get the authentication token
- Use that authentication token with a GET request to get the the metrics data of various VMs
Is this possible to achieve with Logstash, and if yes than how ?