aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/pProbe/aai_get_specific_pnf.json
blob: 3afcc3cc4378fa8338396f1906fbe58a84e49903 (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
{
  "simulatorRequest": {
    "method": "GET",
    "path": "/aai/v11/network/pnfs/pnf/MX_960-F722"
  } ,
  "simulatorResponse": {
    "responseCode": 200,
    "body": {
      "pnf-name": "MX_960-F722",
      "pnf-name2": "MX_960-F722-name-2",
      "pnf-name2-source": "MX_960-F722-name-2-source",
      "pnf-id": "MX_960-F722-id",
      "equip-type": "Switch",
      "equip-vendor": "Cisco",
      "equip-model": "ASR1002-X",
      "resource-version": "1494001797554",
      "relationship-list": {
        "relationship": [
          {
            "related-to": "complex",
            "related-link": "/aai/v11/cloud-infrastructure/complexes/complex/NAMEAAI2",
            "relationship-data": [
              {
                "relationship-key": "complex.physical-location-id",
                "relationship-value": "NAMEAAI2"
              }
            ]
          }
        ]
      }
    }
  }
}