Difference between revisions of "Lustre Intel: Using the REST API"

From Define Wiki
Jump to navigation Jump to search
(Created page with "<syntaxhighlight> [david@Davids-MacBook-Air ~]$ curl -s -k -X GET -H "Accept:application/json" https://206.221.159.56:8012/api/host/ | python -mjson.tool | grep nodename "no...")
 
(No difference)

Latest revision as of 11:02, 30 January 2014

[david@Davids-MacBook-Air ~]$ curl -s -k -X GET -H "Accept:application/json" https://206.221.159.56:8012/api/host/ | python -mjson.tool | grep nodename

            "nodename": "st12-mds1", 
            "nodename": "st12-mds2", 
            "nodename": "st12-oss1", 
            "nodename": "st12-oss2", 
            "nodename": "st12-oss3", 
            "nodename": "st12-oss4",