Lustre Intel: Using the REST API

From Define Wiki
Revision as of 11:02, 30 January 2014 by David (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
[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",