aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/add_network/aai_filter_service_instance_by_name_network-vl.json
blob: c73280999f1457062f2bede371aa7e545f6201ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "simulatorRequest": {
    "method": "GET",
    "path": "/aai/v../search/nodes-query",
    "queryParams": {
      "search-node-type": "service-instance",
      "filter": "service-instance-name:EQUALS:"
    }
  },
  "simulatorResponse": {
    "responseCode": 200,
    "body": {
      "result-data": [
        {
          "resource-type": "service-instance",
          "resource-link": "/aai/v11/business/customers/customer/a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb/service-subscriptions/service-subscription/Emanuel/service-instances/service-instance/d198cc45-158b-480e-8d2c-03943c51268e"
        }
      ]
    }
  }
}