aboutsummaryrefslogtreecommitdiffstats
path: root/test/simple_route_opt/routeOpt.json
blob: 887b85b6d8a78ec1fe04cfc7bf482cc92d37a2bd (plain)
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
31
32
33
34
{
  "requestInfo": {
    "transactionId": "xxx-xxx-xxxx",
    "requestId": "yyy-yyy-yyyy",
    "callbackUrl": "https://wiki.onap.org:5000/callbackUrl",
    "sourceId": "",
    "requestType": "create",
    "numSolutions": 1,
    "optimizers": [
      "route"
    ],
    "timeout": 600
  },
  "routeInfo": {
    "routeRequests": [
      {
        "srcPort": {
          "accessTopologyId": "Topo113",
          "accessClientId": "clientU12",
          "accessProviderId": "VDF1234",
          "accessNodeId": "22.22.22.22",
          "accessLtpId": "1345"
        },
        "dstPort": {
          "accessTopologyId": "Topo3421",
          "accessClientId": "clientD123",
          "accessProviderId": "VDF3214",
          "accessNodeId": "10.10.10.10",
          "accessLtpId": "3452"
        }
      }
    ]
  }
}