aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/SDNC_AAIService_Adaptor/aaiWriteTest.txt
blob: 5e193c65e7de4f5d16c0abb7f762907c9107e48c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
            }
        ]
    }
}'