Merge "Merge automation from ECOMP's repository"
[vid.git] / vid-automation / src / main / resources / registration_to_simulator / add_network / aai_named_query_for_view_edit_test_network-vl.json
1 {
2   "simulatorRequest": {
3     "method": "POST",
4     "path": "/aai/search/named-query",
5     "body": {
6       "instance-filters": {
7         "instance-filter": [
8           {
9             "customer": {
10               "global-customer-id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb"
11             },
12             "service-instance": {
13               "service-instance-id": "d198cc45-158b-480e-8d2c-03943c51268e"
14             },
15             "service-subscription": {
16               "service-type": "Emanuel"
17             }
18           }
19         ]
20       },
21       "query-parameters": {
22         "named-query": {
23           "named-query-uuid": "0367193e-c785-4d5f-9cb8-7bc89dc9ddb7"
24         }
25       }
26     }
27   },
28   "simulatorResponse": {
29     "responseCode": 200,
30     "body":{
31       "inventory-response-item": [
32         {
33           "model-name": "Using VID for VoIP Network Instantiations Shani",
34           "service-instance": {
35             "service-instance-id": "d198cc45-158b-480e-8d2c-03943c51268e",
36             "service-instance-name": "service_with_network_shani"
37           },
38           "extra-properties": {}
39         }
40       ]
41     }
42   }
43 }