Hello @renjith_nair Thanks very much for your response. Will it be possible to CURL or make an API get request to retrieve the json before exracting? Cluster 1 curl https://cluster1.Appxyz
{
"name": "cluster1",
"clustername": "cluster1_name",
"version": "v123"
} Cluster 2 curl https://cluster2.Appxyz
{
"name": "cluster2",
"clustername": "cluster2_name",
"version": "v321"
} I created a python script to do that, i.e send requests to two URL endpoint -- respond with json key/values. Extracted the "version" key from both responses and assert that the version values from both endpoints are the same or no. Will splunk be able to run all the flows, starting from making the API call request? or CURL the url/endpoint? Thank you
... View more