Last active
November 29, 2016 18:54
-
-
Save srpomeroy/164ea4e925dd451b76ac2cf9c5297e88 to your computer and use it in GitHub Desktop.
CURL/JQ example of retrieving RightScale API Status
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sS -H "accept: application/json" http://status.rightscale.com | jq '.components[] | select(.name == "Cloud Management API 1.5") | .status' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment