commit | 9842f8a204c19f31a54d91cbf6f9316fefa1a36b | [log] [tgz] |
---|---|---|
author | Dimitrios Mavrommatis <dimitris@opennetworking.org> | Sun Dec 03 23:40:36 2017 -0800 |
committer | Dimitrios Mavrommatis <dimitris@opennetworking.org> | Sun Dec 03 23:40:36 2017 -0800 |
tree | 61c3512e332a375c3d38a6681bc18d954b1c5b45 | |
parent | 45eb6d6207321a8719fdc94cf95f53cd9d2a4997 [diff] [blame] |
added scripts and DELETE functionality
diff --git a/scripts/deleteContext.sh b/scripts/deleteContext.sh new file mode 100755 index 0000000..0e9eda8 --- /dev/null +++ b/scripts/deleteContext.sh
@@ -0,0 +1,3 @@ +#!/bin/bash +curl -X DELETE -u onos:rocks 'http://localhost:8181/onos/restconf/data/ietf-dmm-fpcagent:tenants/tenant=default/fpc-mobility/contexts=202374887' +./getTenants.sh \ No newline at end of file