X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fapi%2Fsonata%2FREADME.md;h=6fdc5cebcb41dac74e2a3c018968601b95641e62;hb=eb3ebd72baa2365ad1a9c098c5cba8a6dba897aa;hp=30586e7771d214a4444e270e5175c948c100cb85;hpb=392f09dc670ec4f2662f3859e2b9a0f7aed6c818;p=osm%2Fvim-emu.git diff --git a/src/emuvim/api/sonata/README.md b/src/emuvim/api/sonata/README.md old mode 100644 new mode 100755 index 30586e7..6fdc5ce --- a/src/emuvim/api/sonata/README.md +++ b/src/emuvim/api/sonata/README.md @@ -20,9 +20,9 @@ The example starts a small network with two data centers. ## Upload a package (*.son) file: -To upload the file `sonata-demo.son` (from son-schema repo) do: +To upload the file `sonata-demo-docker.son` (can be found in `son-emu/misc/`) do: -* `curl -i -X POST -F package=@sonata-demo.son http://127.0.0.1:5000/packages` +* `curl -i -X POST -F package=@sonata-demo-docker.son http://127.0.0.1:5000/packages` To list all uploaded packages do: @@ -37,7 +37,6 @@ To list all running services do: * `curl http://127.0.0.1:5000/instantiations` - ## API definition This page describes the dummy gatekeeper API. This gatekeeper fakes the original platform gatekeeper during development SDK tools like son-push.