aboutsummaryrefslogtreecommitdiffstats
path: root/test/pci-optimization-tests/request.json
blob: 79c98c321f0a8005ae4257c888fb3a161dfa7434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "requestInfo": {
    "transactionId": "xxx-xxx-xxxx",
    "requestId": "yyy-yyy-yyyy",
    "callbackUrl": "https://wiki.onap.org:5000/callbackUrl/",
    "sourceId": "SO",
    "requestType": "create",
    "numSolutions": 1,
    "optimizers": [
      "placement"
    ],
    "timeout": 600
  },
  "cellInfo": {
    "networkId": "1000",
    "cellIdList": [
      {
        "cellId": "cell0"
      }
    ]
  }
}