vid-automation selenium tests
[vid.git] / vid-automation / src / main / resources / registration_to_simulator / pProbe / aai_get_specific_pnf.json
1 {
2   "simulatorRequest": {
3     "method": "GET",
4     "path": "/aai/v../network/pnfs/pnf/MX_960-F722"
5   } ,
6   "simulatorResponse": {
7     "responseCode": 200,
8     "body": {
9       "pnf-name": "MX_960-F722",
10       "pnf-name2": "MX_960-F722-name-2",
11       "pnf-name2-source": "MX_960-F722-name-2-source",
12       "pnf-id": "MX_960-F722-id",
13       "equip-type": "Switch",
14       "equip-vendor": "Cisco",
15       "equip-model": "ASR1002-X",
16       "resource-version": "1494001797554",
17       "relationship-list": {
18         "relationship": [
19           {
20             "related-to": "complex",
21             "related-link": "/aai/v11/cloud-infrastructure/complexes/complex/NAMEAAI2",
22             "relationship-data": [
23               {
24                 "relationship-key": "complex.physical-location-id",
25                 "relationship-value": "NAMEAAI2"
26               }
27             ]
28           }
29         ]
30       }
31     }
32   }
33 }