[vFW CNF CDS] vf_module and vnf name generation improvment in CBA
[demo.git] / tutorials / SDNC_AAIService_Adaptor / aaiReadTest.txt
1 curl -X POST \
2   http://10.12.5.253:30202/restconf/operations/SLI-API:execute-graph \
3   -H 'Authorization: Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==' \
4   -H 'Content-Type: application/json' \
5   -H 'Postman-Token: 04a25312-5513-4667-a621-934cff51e289' \
6   -H 'cache-control: no-cache' \
7   -d '{
8     "input": {
9         "module-name": "AAI_READ_TEST",
10         "rpc-name": "aaiReadTest",
11         "mode": "sync",
12         "sli-parameter": [
13             {
14                 "parameter-name": "aai-service-id",
15                 "string-value": "792be903-6572-4306-8ae0-be884f7740b4"
16             }
17         ]
18     }
19 }'