summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/uui-sotn_getPnfInfo.json
blob: c337bd9758a36194274a3989d6c86cd54cba0279 (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
{
  "pnf-name": "pnf1000",
  "pnf-id": "79.79.79.79",
  "in-maint": true,
  "resource-version": "1536028638695",
  "admin-status": "up",
  "operational-status": "up",
  "relationship-list": {
    "relationship": [
      {
        "related-to": "network-resource",
        "relationship-label": "tosca.relationships.network.LinksTo",
        "related-link": "/aai/v13/network/network-resources/network-resource/1000",
        "relationship-data": [
          {
            "relationship-key": "network-resource.network-id",
            "relationship-value": "1000"
          }
        ],
        "related-to-property": [
          {
            "property-key": "network-resource.network-id",
            "property-value": "1000"
          }
        ]
      }
    ]
  }
}