blob: 34e2409a05fa425bc46277bd718cb6233eabc892 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
{
"requestInfo": {
"transactionId": "xxx-xxx-xxxx",
"requestId": "yyy-yyy-yyyy",
"callbackUrl": "https://wiki.onap.org:5000/callbackUrl/",
"sourceId": "SO",
"requestType": "create",
"numSolutions": 1,
"optimizers": [
"pci-anr"
],
"timeout": 600
},
"cellInfo": {
"networkId": "netw2000",
"cellIdList": [
"cell20"
]
},
"anrInputList": [
{
"cellId": "cell20",
"removeableNeighbors": [
"cell23"
]
}
],
"trigger": "NbrListChange"
}
|