Quantcast
Channel: VMware Communities : All Content - vRealize Automation Tools
Viewing all articles
Browse latest Browse all 9859

Parse Curl output

$
0
0

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.


Viewing all articles
Browse latest Browse all 9859

Trending Articles