Hello Everyone,
I am using below Curl command (output of VRA programing Guide) to get list of all the request
curl --insecure -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer $token" https://$vRa/catalog-service/api/consumer/requests/
I want to parse the output so I can get it in a table format and the required fields only. Please let me know how I can parse the output.
Thanks,
Milind MK.