diff options
author | 2019-03-05 21:35:40 +0000 | |
---|---|---|
committer | 2019-03-05 21:35:40 +0000 | |
commit | a5160bea5912e80db504b8d6ba9de423ebee207a (patch) | |
tree | 032712abd15f0f8a7aa770e4fb58d3fec34fb265 /tutorials/SDNC_AAIService_Adaptor/aaiWriteTest.txt | |
parent | 06db73183c120e1243c630f8960e8fab91b2b6f5 (diff) | |
parent | 7016a047e524ddd304aa4fbfe2e9f49280d02fd7 (diff) |
Merge "Add tutorial about SDNC-AAI Service adaptor"
Diffstat (limited to 'tutorials/SDNC_AAIService_Adaptor/aaiWriteTest.txt')
-rw-r--r-- | tutorials/SDNC_AAIService_Adaptor/aaiWriteTest.txt | 22 |
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 |