Pretty print json files in tutorials/
[demo.git] / tutorials / SDNC_AAIService_Adaptor / aaiWriteTest.txt
1 curl -X POST \
2   http://10.12.5.253:30202/restconf/operations/SLI-API:execute-graph \
3   -H 'Content-Type: application/json' \
4   -H 'Postman-Token: 1b684beb-d0f1-427c-85d8-b92b29754220' \
5   -H 'cache-control: no-cache' \
6   -d '{
7     "input": {
8         "module-name": "AAI_WRITE_TEST",
9         "rpc-name": "aaiWriteTest",
10         "mode": "sync",
11         "sli-parameter": [
12             {
13                 "parameter-name": "service-id",
14                 "string-value": "00000000-1111-2222-3333-444444555555"
15             },
16             {
17                 "parameter-name": "service-description",
18                 "string-value": "Test-Service"
19             }
20         ]
21     }
22 }'