Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jpuskar/e7d41f44f9d565f2c4e39bf5ea80e37a to your computer and use it in GitHub Desktop.
Save jpuskar/e7d41f44f9d565f2c4e39bf5ea80e37a to your computer and use it in GitHub Desktop.
List Exported Resources via PuppetDB query
curl -G -H "Accept: application/json" http://localhost:8080/pdb/query/v4/resources --data-urlencode 'query=["=","exported", true]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment