diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-07-25 13:56:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-25 13:56:20 +0000 |
commit | dccf9a9e0758be0a926c94bf1599ee625066100d (patch) | |
tree | cae6ba9c95fb6425ef6f796a7b746511c6c159a4 /examples/examples-onap-vcpe/src/test/resources/events/AAIQuery.json | |
parent | 79ae3f7f229db52b8ab18c405c5109f8d18db1b6 (diff) | |
parent | d524cedc578ae1bfa3bae895b3170f87463cbed9 (diff) |
Merge "Adding more examples to apex-pdp"
Diffstat (limited to 'examples/examples-onap-vcpe/src/test/resources/events/AAIQuery.json')
-rw-r--r-- | examples/examples-onap-vcpe/src/test/resources/events/AAIQuery.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/examples-onap-vcpe/src/test/resources/events/AAIQuery.json b/examples/examples-onap-vcpe/src/test/resources/events/AAIQuery.json new file mode 100644 index 000000000..46b5dbe73 --- /dev/null +++ b/examples/examples-onap-vcpe/src/test/resources/events/AAIQuery.json @@ -0,0 +1,16 @@ +{ + "query-parameters": { + "named-query": { + "named-query-uuid": "a93ac487-409c-4e8c-9e5f-334ae8f99087" + } + }, + "instance-filters": { + "instance-filter": [ + { + "generic-vnf": { + "vnf-id": "de7cc3ab-0212-47df-9e64-da1c79234deb" + } + } + ] + } +}
\ No newline at end of file |