Changes between Version 14 and Version 15 of GEMINI/Tutorial/GEC20/GENI_Desktop_and_GEMINI_data/RetrieveData


Ignore:
Timestamp:
06/20/14 16:32:24 (10 years ago)
Author:
mkeele@indiana.edu
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • GEMINI/Tutorial/GEC20/GENI_Desktop_and_GEMINI_data/RetrieveData

    v14 v15  
    102102{{{ sudo npm start }}}
    103103
    104 Upon starting this tool you will see the UNIS instance you are connecting to, the MS store instance, and various information about the Global Node. The Peri-JS tool is RESTful API itself that represents your subsection of UNIS. You can query this tool using the browser or command line.
     104Upon starting this tool you will see the UNIS instance you are connecting to, the MS store instance, and various information about the Global Node. The Peri-JS tool is a RESTful API itself that represents your subsection of UNIS. You can query this tool using the browser or command line.
    105105
    106106Browser: http://pcvm2-4.instageni.illinois.edu:42424/api [[BR]]
    107 Curl: curl pcvm2-4.instageni.illinois.edu:42424/api
     107CMD: curl pcvm2-4.instageni.illinois.edu:42424/api
    108108
    109 Either way, when you request this URL you will see a list of routes you can query. These routes accept the same HTTP verbs as the UNIS and MS API's but Peri-JS only display the data for your slice.
     109Either way, when you request this URL you will see a list of routes you can query. These routes accept the same HTTP verbs as the UNIS and MS API's but Peri-JS only displays the data for your slice.
    110110
    111111[[BR]]