aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/test/resources/BbsActionsTaskTestFiles/oldLogicalLink.json
blob: 7d3f02dfca740763047dd0355e32e309ceb939e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "link-name": "some-link",
  "in-maint": false,
  "link-type": "attachment-point",
  "resource-version": "1560171816043",
  "relationship-list": {
    "relationship": [
      {
        "related-to": "pnf",
        "relationship-label": "org.onap.relationships.inventory.BridgedTo",
        "related-link": "/aai/v14/network/pnfs/pnf/Nokia123",
        "relationship-data": [
          {
            "relationship-key": "pnf.pnf-name",
            "relationship-value": "Nokia123"
          }
        ]
      }
    ]
  }
}