3b8c127edc8f7576b3c147810dd5e461bb9efa5e
[integration/csit.git] / plans / dcaegen2-services-pmsh / testsuite / assets / aai_sim / aai-initializer.json
1 [
2   {
3     "httpRequest": {
4       "path": "/aai/v19/query.*"
5     },
6     "httpResponse": {
7       "statusCode": 200,
8       "headers": {
9         "content-type": [
10           "application/json"
11         ]
12       },
13       "body": {
14         "type": "JSON",
15         "json": {
16           "results": [
17             {
18               "id": "303240",
19               "node-type": "generic-vnf",
20               "url": "/aai/v16/network/generic-vnfs/generic-vnf/230f339c-3e75-4f6b-8c9c-da4759da8222",
21               "properties": {
22                 "vnf-id": "230f339c-3e75-4f6b-8c9c-da4759da8222",
23                 "vnf-name": "vcpe_1",
24                 "vnf-type": "demoVCPEInfra/vCPE_infra 0d1234cf-100c 0",
25                 "service-id": "2db01c96-4baa-4393-8d79-af8d7bf4698e",
26                 "prov-status": "PREPROV",
27                 "orchestration-status": "Inventoried",
28                 "in-maint": false,
29                 "is-closed-loop-disabled": false,
30                 "resource-version": "1575542300539",
31                 "model-invariant-id": "c6aef848-e119-4572-9643-0b68da217358",
32                 "model-version-id": "77c1a3d9-422a-4f78-bd8f-f7a357685b25",
33                 "model-customization-id": "1f6a305d-74b6-4b92-b407-cd03284b6432"
34               }
35             },
36             {
37               "id": "209096",
38               "node-type": "pnf",
39               "url": "/aai/v16/network/pnfs/pnf/pnf-existing",
40               "properties": {
41                 "pnf-name": "pnf-existing",
42                 "pnf-id": "99700432-df00-473d-8ff9-2fb14243417a",
43                 "equip-type": "Complicated",
44                 "equip-vendor": "Thunder",
45                 "equip-model": "MP63527",
46                 "ipaddress-v4-oam": "10.10.10.32",
47                 "sw-version": "2.1.5",
48                 "in-maint": false,
49                 "serial-number": "6061ZW3",
50                 "ipaddress-v6-oam": "2001:0db8:0:0:0:0:1428:57ab",
51                 "resource-version": "1573053304574",
52                 "nf-role": "gNB",
53                 "orchestration-status": "Active"
54               }
55             }
56           ]
57         }
58       }
59     }
60   }
61 ]