summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/uui-sotn_getSpecificLogicalLink.json
blob: e9911409414b581a57a4a08892ae176edd0d9fb8 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "link-name": "nodeId-79.79.79.79-ltpId-4_nodeId-78.78.78.78-ltpId-4",
  "in-maint": false,
  "link-type": "some type",
  "speed-value": "some speed",
  "resource-version": "1536212883031",
  "operational-status": "up",
  "relationship-list": {
    "relationship": [
      {
        "related-to": "p-interface",
        "relationship-label": "tosca.relationships.network.LinksTo",
        "related-link": "/aai/v13/network/pnfs/pnf/pnf1000/p-interfaces/p-interface/nodeId-79.79.79.79-ltpId-4",
        "relationship-data": [
          {
            "relationship-key": "pnf.pnf-name",
            "relationship-value": "pnf1000"
          },
          {
            "relationship-key": "p-interface.interface-name",
            "relationship-value": "nodeId-79.79.79.79-ltpId-4"
          }
        ],
        "related-to-property": [
          {
            "property-key": "p-interface.prov-status"
          }
        ]
      },
      {
        "related-to": "p-interface",
        "relationship-label": "tosca.relationships.network.LinksTo",
        "related-link": "/aai/v13/network/pnfs/pnf/pnf2000/p-interfaces/p-interface/nodeId-78.78.78.78-ltpId-4",
        "relationship-data": [
          {
            "relationship-key": "pnf.pnf-name",
            "relationship-value": "pnf2000"
          },
          {
            "relationship-key": "p-interface.interface-name",
            "relationship-value": "nodeId-78.78.78.78-ltpId-4"
          }
        ],
        "related-to-property": [
          {
            "property-key": "p-interface.prov-status"
          }
        ]
      }
    ]
  }
}