aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/SDNC_AAIService_Adaptor/aaiReadTest.txt
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2019-03-05 21:35:40 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-05 21:35:40 +0000
commita5160bea5912e80db504b8d6ba9de423ebee207a (patch)
tree032712abd15f0f8a7aa770e4fb58d3fec34fb265 /tutorials/SDNC_AAIService_Adaptor/aaiReadTest.txt
parent06db73183c120e1243c630f8960e8fab91b2b6f5 (diff)
parent7016a047e524ddd304aa4fbfe2e9f49280d02fd7 (diff)
Merge "Add tutorial about SDNC-AAI Service adaptor"
Diffstat (limited to 'tutorials/SDNC_AAIService_Adaptor/aaiReadTest.txt')
-rw-r--r--tutorials/SDNC_AAIService_Adaptor/aaiReadTest.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/tutorials/SDNC_AAIService_Adaptor/aaiReadTest.txt b/tutorials/SDNC_AAIService_Adaptor/aaiReadTest.txt
new file mode 100644
index 00000000..76853e7e
--- /dev/null
+++ b/tutorials/SDNC_AAIService_Adaptor/aaiReadTest.txt
@@ -0,0 +1,19 @@
+curl -X POST \
+ http://10.12.5.253:30202/restconf/operations/SLI-API:execute-graph \
+ -H 'Authorization: Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==' \
+ -H 'Content-Type: application/json' \
+ -H 'Postman-Token: 04a25312-5513-4667-a621-934cff51e289' \
+ -H 'cache-control: no-cache' \
+ -d '{
+ "input": {
+ "module-name": "AAI_READ_TEST",
+ "rpc-name": "aaiReadTest",
+ "mode": "sync",
+ "sli-parameter": [
+ {
+ "parameter-name": "aai-service-id",
+ "string-value": "792be903-6572-4306-8ae0-be884f7740b4"
+ }
+ ]
+ }
+}' \ No newline at end of file