Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tutelacooldouce/9020bf0798cc1ccb482715529c9eb902 to your computer and use it in GitHub Desktop.
Save tutelacooldouce/9020bf0798cc1ccb482715529c9eb902 to your computer and use it in GitHub Desktop.
Puppetdb query examples
curl -s -X GET http://localhost:8080/pdb/query/v4/facts --data-urlencode query@test --data-urlencode 'pretty=true'
content of file test :
["and",
["=", "name", "bios_version"],
["in", "certname",
["extract", "certname", ["select_facts",
["and",
["=", ["fact", "manufacturer"], "Dell Inc."],
["=", ["fact", "productname"], "PowerEdge R620"]]]]]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment