blob: 7ec9ab5fee238be45de3a10841ae77a672f8b0d9 (
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": "1000",
"cellIdList": [
"cell0"
]
}
}
|