summaryrefslogtreecommitdiffstats
path: root/src/test/resources/junit/portMirrorConfigurationsResponse.json
blob: 1c9b43013378ec9f3fcc973f6512c1f08bc16d6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "port-mirror-configuration-request-input": {
    "source-port": [
      {
        "vnf-information": {
          "vnf-id": "09a8c1d8-0981-4e3d-a4c0-6007d6f57e1b"
        },
        "pnf-information": {
          "pnf-name": "onapTest1",
          "pnf-type": "onapSrc"
        }
      }
    ],
    "dest-port": [
      {
        "pnf-information": {
          "pnf-name": "onapTest2",
          "pnf-type": "onapDest"
        }
      }
    ]
  }
}