python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
JMESPath Query in Ansible
--- EDIT ---
Partial-Solution: Messed around with the JMESPath syntax and was able to successfully get a match for the first test case (without the optional variable) using:
jmesquery: "{{ dat...
Andrea G.
Votes: 0
Answers: 1
Native way to run a forEach loop on an unnamed JSON object
Example JSON
[
{
"id": 12,
"clientName": "super-client"
},
{
"id": 15,
"clientName": "helloClient"
}
]
I want to use JM...
Shads
Votes: 0
Answers: 2
Query expression with aws policy query
Getting response back from AWS CLI call:
aws sns get-topic-attributes --query 'Attributes.Policy'
gives me the whole policy.
I would like to query specifically on one policy statement, by value of th...
Danielle
Votes: 0
Answers: 0
azure cli - JMESPath querying using python
So I'm building a quite simple script which I originally built on bash but I want to reuse it on multiple platforms so I decided to do it in python. I did get it working in bash and I got the querying...

Vlatko
Votes: 0
Answers: 1