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": ${oof-transaction-id},
"requestId": ${oof-request-id},
"callbackUrl":"",
"sourceId":"SDNC",
"requestType":"create",
"numSolutions":1,
"optimizers":[
"route"
],
"timeout":600
},
"routeInfo":{
"routeRequest":{
"srcDetails":{
"interfaceId": ${src-port-id},
"nodeId": ${src-node-id},
"controllerId": ${src-controller-id}
},
"dstDetails":{
"interfaceId": ${dst-port-id},
"nodeId": ${dst-node-id},
"controllerId": ${dst-controller-id}
},
"serviceRate": ${service-rate}
}
}
}
|