I want to grab specific metrics of VMs by API calls
Currently I am using ///suite-api/api/resources?resourceKind=VirtualMachine to call all VMs and their resource IDs in postman
Next I am using below to get metrics ///suite-api/api/resources/{resourceID}/properties
I would use an exec input running /bin/true with a schedule so that you can get an event down the pipeline as often as you need, then use http filters to make the REST calls.
But there are like 5000+ VMs with unique resource ids. It will be not practical to call each individual resource ID. I am looking for some kind of script to parse it via logstash.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.