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


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

routes

Legend:

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

    v15 v16  
    109109Either 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
     111Routes [[BR]]
     112{{{ GET /api/slice }}} [[BR]]
     113{{{ GET /api/nodes }}} [[BR]]
     114{{{ GET /api/nodes/:id }}} [[BR]]
     115{{{ GET /api/services }}} [[BR]]
     116{{{ GET /api/services/:id }}} [[BR]]
     117{{{ GET /api/measurements }}} [[BR]]
     118{{{ GET /api/measurements/:id }}} [[BR]]
     119{{{ POST /api/measurements/:id }}} [[BR]]
     120{{{ GET /api/data/:id }}} [[BR]]
     121{{{ GET /api/links }}} [[BR]]
     122{{{ GET /api/links/:id }}} [[BR]]
     123{{{ GET /api/ports }}} [[BR]]
     124{{{ GET /api/ports/:id }}} [[BR]]
     125{{{ GET /api/domains }}} [[BR]]
     126{{{ GET /api/domains/:id }}}
     127
    111128[[BR]]