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
30
|
{
"requestInfo":{
"transactionId":"123456",
"requestId":"789456",
"callbackUrl":"",
"callbackHeader": "",
"sourceId":"SDNC",
"requestType":"create",
"numSolutions":1,
"optimizers":[
"route"
],
"timeout":600
},
"routeInfo":{
"routeRequest":{
"srcDetails":{
"interfaceId":"int19",
"nodeId":"pnf1",
"controllerId":"Controller1"
},
"dstDetails":{
"interfaceId":"int20",
"nodeId":"pnf4",
"controllerId":"Controller3"
},
"serviceRate":"ODU2"
}
}
}
|