summaryrefslogtreecommitdiffstats
path: root/aai-traversal/src/test/resources/payloads/named-queries/customer.ComponentList-1.2.json
diff options
context:
space:
mode:
authorLamont, William (wl2432) <wl2432@att.com>2018-01-15 13:15:33 -0500
committerLamont, William (wl2432) <wl2432@att.com>2018-01-15 13:16:09 -0500
commit55e085c6b8fbac94207e0f69ac2b17c561dbc203 (patch)
treed1a677faf36f7241cc8a35d9249e712d33559092 /aai-traversal/src/test/resources/payloads/named-queries/customer.ComponentList-1.2.json
parent78c96d11932a849a1702ab134391918a723f01ef (diff)
Add ability to do optional params for custom query
Change-Id: I1e61bbee2def41db5e7064ad3a3e916b7afcc299 Issue-ID: AAI-652 Signed-off-by: Lamont, William (wl2432) <wl2432@att.com>
Diffstat (limited to 'aai-traversal/src/test/resources/payloads/named-queries/customer.ComponentList-1.2.json')
-rw-r--r--aai-traversal/src/test/resources/payloads/named-queries/customer.ComponentList-1.2.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/aai-traversal/src/test/resources/payloads/named-queries/customer.ComponentList-1.2.json b/aai-traversal/src/test/resources/payloads/named-queries/customer.ComponentList-1.2.json
new file mode 100644
index 0000000..bff2f49
--- /dev/null
+++ b/aai-traversal/src/test/resources/payloads/named-queries/customer.ComponentList-1.2.json
@@ -0,0 +1,18 @@
+{
+ "global-customer-id": "customer-component-list-junit",
+ "subscriber-name": "subscriber-name-component-list-junit",
+ "subscriber-type": "subscriber-type-component-list",
+ "service-subscriptions": {
+ "service-subscription": [{
+ "service-type": "service-type-component-list-junit",
+ "service-instances": {
+ "service-instance": [{
+ "service-instance-id": "service-instance-id-component-list-junit",
+ "service-instance-name": "service-instance-name-component-list-junit",
+ "model-invariant-id": "model-invariant-id-component-list-junit",
+ "model-version-id": "model-version-id-component-list-junit"
+ }]
+ }
+ }]
+ }
+} \ No newline at end of file