update link to upper-constraints.txt
[optf/osdf.git] / test / pci-optimization-tests / pci_anr_request.json
1 {
2   "requestInfo": {
3     "transactionId": "xxx-xxx-xxxx",
4     "requestId": "yyy-yyy-yyyy",
5     "callbackUrl": "https://wiki.onap.org:5000/callbackUrl/",
6     "sourceId": "SO",
7     "requestType": "create",
8     "numSolutions": 1,
9     "optimizers": [
10       "pci-anr"
11     ],
12     "timeout": 600
13   },
14   "cellInfo": {
15     "networkId": "netw2000",
16     "cellIdList": [
17       "cell20"
18     ]
19   },
20   "anrInputList": [
21     {
22       "cellId": "cell20",
23       "removeableNeighbors": [
24         "cell23"
25       ]
26     }
27   ],
28   "trigger": "NbrListChange"
29 }