aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/add_network/aai_named_query_for_view_edit_test_network-vl.json
blob: 973ffcbce853b8343c9a082a7d4db715bacafe2c (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
{
  "simulatorRequest": {
    "method": "POST",
    "path": "/aai/search/named-query",
    "body": {
      "instance-filters": {
        "instance-filter": [
          {
            "customer": {
              "global-customer-id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb"
            },
            "service-instance": {
              "service-instance-id": "d198cc45-158b-480e-8d2c-03943c51268e"
            },
            "service-subscription": {
              "service-type": "Mobility"
            }
          }
        ]
      },
      "query-parameters": {
        "named-query": {
          "named-query-uuid": "0367193e-c785-4d5f-9cb8-7bc89dc9ddb7"
        }
      }
    }
  },
  "simulatorResponse": {
    "responseCode": 200,
    "body":{
      "inventory-response-item": [
        {
          "model-name": "Using VID for VoIP Network Instantiations Shani",
          "service-instance": {
            "service-instance-id": "d198cc45-158b-480e-8d2c-03943c51268e",
            "service-instance-name": "service_with_network_shani"
          },
          "extra-properties": {}
        }
      ]
    }
  }
}