aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/SDNC_AAIService_Adaptor/aaiWriteTest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/SDNC_AAIService_Adaptor/aaiWriteTest.txt')
-rw-r--r--tutorials/SDNC_AAIService_Adaptor/aaiWriteTest.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/tutorials/SDNC_AAIService_Adaptor/aaiWriteTest.txt b/tutorials/SDNC_AAIService_Adaptor/aaiWriteTest.txt
new file mode 100644
index 00000000..5e193c65
--- /dev/null
+++ b/tutorials/SDNC_AAIService_Adaptor/aaiWriteTest.txt
@@ -0,0 +1,22 @@
+curl -X POST \
+ http://10.12.5.253:30202/restconf/operations/SLI-API:execute-graph \
+ -H 'Content-Type: application/json' \
+ -H 'Postman-Token: 1b684beb-d0f1-427c-85d8-b92b29754220' \
+ -H 'cache-control: no-cache' \
+ -d '{
+ "input": {
+ "module-name": "AAI_WRITE_TEST",
+ "rpc-name": "aaiWriteTest",
+ "mode": "sync",
+ "sli-parameter": [
+ {
+ "parameter-name": "service-id",
+ "string-value": "00000000-1111-2222-3333-444444555555"
+ },
+ {
+ "parameter-name": "service-description",
+ "string-value": "Test-Service"
+ }
+ ]
+ }
+}' \ No newline at end of file