summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/uui-sotn_getNetworkPolicy.json
blob: 3073ba3e159cb21d51ebdb39507c37ee2de97410 (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
{
  "network-policy-id": "933dacc1-56e0-4b94-8808-4d099ebc4de5",
  "network-policy-fqdn": "cll-101",
  "resource-version": "1642347889712",
  "name": "TSCi policy",
  "type": "SLA",
  "latency": 2,
  "max-bandwidth": 3000,
  "relationship-list": {
    "relationship": [
      {
        "related-to": "allotted-resource",
        "relationship-label": "org.onap.relationships.inventory.Uses",
        "related-link": "/aai/v24/business/customers/customer/IBNCustomer/service-subscriptions/service-subscription/IBN/service-instances/service-instance/cll-101/allotted-resources/allotted-resource/cll-101-network-001",
        "relationship-data": [
          {
            "relationship-key": "customer.global-customer-id",
            "relationship-value": "IBNCustomer"
          },
          {
            "relationship-key": "service-subscription.service-type",
            "relationship-value": "IBN"
          },
          {
            "relationship-key": "service-instance.service-instance-id",
            "relationship-value": "cll-101"
          },
          {
            "relationship-key": "allotted-resource.id",
            "relationship-value": "cll-101-network-001"
          }
        ],
        "related-to-property": [
          {
            "property-key": "allotted-resource.description"
          },
          {
            "property-key": "allotted-resource.allotted-resource-name",
            "property-value": "network_cll-101-network-001"
          }
        ]
      }
    ]
  }
}