Created
October 18, 2015 14:27
-
-
Save spiegela/d367552f870da3f855c7 to your computer and use it in GitHub Desktop.
This file contains 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
$ razor nodes | |
From https://localhost:8151/api/collections/nodes: | |
+-------+-------------------+-----------+-----------+----------------+ | |
| name | dhcp_mac | tags | policy | metadata count | | |
+-------+-------------------+-----------+-----------+----------------+ | |
| node7 | 84:2b:2b:0a:c2:df | dell-r710 | memtest86 | 1 | | |
+-------+-------------------+-----------+-----------+----------------+ | |
| node8 | a4:ba:db:33:40:8b | dell-r710 | memtest86 | 1 | | |
+-------+-------------------+-----------+-----------+----------------+ | |
| node9 | 84:2b:2b:07:99:4d | dell-r710 | memtest86 | 1 | | |
+-------+-------------------+-----------+-----------+----------------+ | |
Query an entry by including its name, e.g. `razor nodes node7` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment