aboutsummaryrefslogtreecommitdiffstats
path: root/csit/tests/osdf/data/pci-opt-request.json
blob: 09a2f970bdf7badc6f029f0b996e777cfd64a92d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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": "netw1000",
    "cellIdList": [
      "cell0"
    ]
  }
}