Last active
August 29, 2015 13:56
-
-
Save kbarber/9210928 to your computer and use it in GitHub Desktop.
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
| # curl -X GET http://localhost:8080/v3/facts/sshrsakey --data-urlencode 'query=["=", "value", "AAAAB3NzaC1yc2EAAAADAQABAAABAQDEgXbgntl/IexZeGTE+fXGlxmJhOwCei0rgfojZW603JkRxG6LzJ92PetnOkKU0QdwI1gkle2/WOCMXWlHSFXk+ZFomN9NmK3BvhckiIF9uVdJ6CPZCH/+CZp/HcwKWocnWfOhZ1qVL5S4qFpHMVjmDEOfTUIhTFJKEK1nU6Ugsx2Xbxf3SLk/XEF+Bo2wn6L0FLM8aF31+HzvIldgK+STRr0qdIhGN4RIPKavdG5CkUh+NSNJePWbFTF682a/qK0loiWzBigU5o3Pw4KVh7ODhpmT7iBG7r9g2XRxzkZX6Kxw/O8NdanqJXkTVFOqxPXxW4ylygCGj40AtHqUz"]' | |
| [ { | |
| "certname" : "puppetdb1.vm", | |
| "name" : "sshrsakey", | |
| "value" : "AAAAB3NzaC1yc2EAAAADAQABAAABAQDEgXbgntl/IexZeGTE+fXGlxmJhOwCei0JjbrgfojZW603JkRxG6LzJ92PetnOkKU0QdwI1gkle2/WOCMXWlHSFXk+ZFomN9NmK3BvhckiIF9uVdJ6CPZCH/+CZp/HcwKWocnWfOhZ1qVL5S4qFpHMVjmDEOfTUIhTFJKEK1nU6Ugsx2Xbxf3SLk/XEF+Bo2wn6L0FLM8aF31+HzvIldgK+STRr0qdIhGN4RIPKavdG5CkUh+NSNJePWbFTF682a/qK0loiWzBigU5o3Pw4KVh7ODhpmT7iBG7r9g2XRxzkZX6Kxw/O8NdanqJXkTVFOqxPXxW4ylygCGj40AtHqUz" | |
| } ] |
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
| # curl -X GET http://localhost:8080/v3/facts/sshrsakey --data-urlencode 'query=["=", "value", "AAAAB3NzaC1yc2EAAAADAQABAAABAQDEgXbgntl/IexZeGTE+fXGlxmJhOwCei0JjbrgfojZW603JkRxG6LzJ92PetnOkKU0QdwI1gkle2/WOCMXWlHSFXk+ZFomN9NmK3BvhckiIF9uVdJ6CPZCH/+CZp/HcwKWocnWfOhZ1qVL5S4qFpHMVjmDEOfTUIhTFJKEK1nU6Ugsx2Xbxf3SLk/XEF+Bo2wn6L0FLM8aF31+HzvIldgK+STRr0qdIhGN4RIPKavdG5CkUh+NSNJePWbFTF682a/qK0loiWzBigU5o3Pw4KVh7ODhpmT7iBG7r9g2XRxzkZX6Kxw/O8NdanqJXkTVFOqxPXxW4ylygCGj40AtHqUz"]' | jgrep -s "certname" | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 899 100 449 100 450 38193 38278 --:--:-- --:--:-- --:--:-- 45000 | |
| puppetdb1.vm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment