diff options
author | Marco Platania <platania@research.att.com> | 2019-03-05 14:30:15 -0500 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-03-05 14:30:15 -0500 |
commit | 7016a047e524ddd304aa4fbfe2e9f49280d02fd7 (patch) | |
tree | fa73354599e3236a3425511bcb99b3dabedef615 /tutorials/SDNC_AAIService_Adaptor/aaiWriteTest.txt | |
parent | 1b81e8f0b51576f761aa8e3329285bfb61e6dd79 (diff) |
Add tutorial about SDNC-AAI Service adaptor
- Simple DGs for writing and reading services to/from AAI
- Postman POST calls to trigger DGs using CCSDK/SLI API
Change-Id: I9eaa58e0a2b08e783cf61f11cb45e6f740f15ddf
Issue-ID: INT-658
Signed-off-by: Marco Platania <platania@research.att.com>
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 |