Created
April 14, 2017 08:33
-
-
Save boina-n/7114a861d2b5c6593e26e6047c3b193e to your computer and use it in GitHub Desktop.
Help interpret json with jq command.
This file contains hidden or 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
cf curl /v2/events | jq '.resources[].entity | select(.actee_type=="app") |{actor: .actor_name, type: .type, date: .timestamp, application: .actee_name}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment