aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/pProbe/aai_get_logical_link.json
blob: 54d83eb992e5cb505baee78fdc99af4084e78841 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
  "simulatorRequest": {
    "method": "GET",
    "path": "/aai/v11/network/logical-links/logical-link/SANITY6758cce9:LAG1992|SANITY6785cce9:LAG1961"
  },
  "simulatorResponse": {
    "responseCode": 200,
    "body": {
      "link-name": "SANITY6758cce9:LAG1992|SANITY6785cce9:LAG1961",
      "in-maint": false,
      "link-type": "LAG",
      "resource-version": "1508959992399",
      "purpose": "test1",
      "relationship-list": {
        "relationship": [
          {
            "related-to": "lag-interface",
            "related-link": "/aai/v11/network/pnfs/pnf/SANITY6785cce9/lag-interfaces/lag-interface/LAG1961",
            "relationship-data": [
              {
                "relationship-key": "pnf.pnf-name",
                "relationship-value": "SANITY6785cce9"
              },
              {
                "relationship-key": "lag-interface.interface-name",
                "relationship-value": "LAG1961"
              }
            ]
          },
          {
            "related-to": "service-instance",
            "related-link": "/aai/v11/business/customers/customer/31739f3e-526b-11e6-beb8-9e71128cae77/service-subscriptions/service-subscription/AIM%20Transport/service-instances/service-instance/f36f5734-e9df-4fbf-9f35-61be13f028a1",
            "relationship-data": [
              {
                "relationship-key": "customer.global-customer-id",
                "relationship-value": "31739f3e-526b-11e6-beb8-9e71128cae77"
              },
              {
                "relationship-key": "service-subscription.service-type",
                "relationship-value": "AIM Transport"
              },
              {
                "relationship-key": "service-instance.service-instance-id",
                "relationship-value": "f36f5734-e9df-4fbf-9f35-61be13f028a1"
              }
            ],
            "related-to-property": [
              {
                "property-key": "service-instance.service-instance-name",
                "property-value": "AIM_TRANSPORT_00004"
              }
            ]
          },
          {
            "related-to": "lag-interface",
            "related-link": "/aai/v11/cloud-infrastructure/pservers/pserver/SANITY6758cce9/lag-interfaces/lag-interface/LAG1992",
            "relationship-data": [
              {
                "relationship-key": "pserver.hostname",
                "relationship-value": "SANITY6758cce9"
              },
              {
                "relationship-key": "lag-interface.interface-name",
                "relationship-value": "LAG1992"
              }
            ]
          },
          {
            "related-to": "lag-interface",
            "related-link": "/aai/v11/network/pnfs/pnf/tesai371ve2/lag-interfaces/lag-interface/ae10",
            "relationship-data": [
              {
                "relationship-key": "pnf.pnf-name",
                "relationship-value": "tesai371ve2"
              },
              {
                "relationship-key": "lag-interface.interface-name",
                "relationship-value": "ae10"
              }
            ]
          }
        ]
      }
    }
  }
}