missing documentation
[osm/vim-emu.git] / src / emuvim / api / sonata / README.md
index 1845489..6ecb5de 100644 (file)
@@ -12,11 +12,11 @@ To list all uploaded packages do:
 
 To instantiate (start) a service do:
 
-* `curl ...`
+* `curl -X POST http://127.0.0.1:8000/api/instantiations -d "{\"service_uuid\":\"59446b64-f941-40a8-b511-effb0512c21b\"}"`
 
 To list all running services do:
 
-* `curl ...`
+* `curl http://127.0.0.1:8000/api/instantiations`
 
 
 ## API definition
@@ -66,6 +66,10 @@ _Note: This API should converge to the API of the original GK as much as possibl
 </tr>
 </table>
 
+## Run REST API as part of the emulator:
+
+* `sudo python src/emuvim/examples/sonata_y1_demo_topology_1.py`
+
 ## Run REST API in standalone mode (without emulator):
 
 * `sudo python src/emuvim/api/sonata/dummygatekeeper.py`
\ No newline at end of file