aboutsummaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator/src/main/resources/preset_registration/SI-network-vl/aai_named_query_for_view_edit_test_network-vl.json
blob: e5a625acf118fc9523fb48982b42664e90e76a5d (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
  "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": "0eOHz2Yh8WJcBYzKy079",
          "service-instance": {
            "service-instance-id": "c187e9fe-40c3-4862-b73e-84ff056205f6",
            "service-instance-name": "test_sssdad"
          },
          "extra-properties": {},
          "inventory-response-items": {
            "inventory-response-item": [
              {
                "model-name": "AutonGfXd6QC2vPUrgg",
                "generic-vnf": {
                  "vnf-id": "8715ea55-6fcf-45b5-b42b-2ca37ec3cb39",
                  "vnf-name": "sedawsdsda",
                  "vnf-type": "0eOHz2Yh8WJcBYzKy079/AutonGfXd6QC2vPUrgg 0",
                  "service-id": "e433710f-9217-458d-a79d-1c7aff376d89",
                  "prov-status": "PREPROV",
                  "orchestration-status": "Created",
                  "in-maint": false,
                  "is-closed-loop-disabled": false,
                  "resource-version": "1503919965335",
                  "model-invariant-id": "451bdde0-7dd5-4ef4-a0a7-9c0f5a717ae3",
                  "model-version-id": "a67150f4-8eeb-4b84-a8d1-8060d181eeaa",
                  "model-customization-id": "368c50f4-5b5c-46a9-b976-1393cd96ce22",
                  "nf-type": "",
                  "nf-function": "",
                  "nf-role": "",
                  "nf-naming-code": ""
                },
                "extra-properties": {}
              }
            ]
          }
        }
      ]
    }
  }
}