aboutsummaryrefslogtreecommitdiffstats
path: root/applications/match/src/test/resources/decision.match.input.json
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-08-25 15:31:28 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-25 15:31:28 +0000
commitb01887963f4b015173d442ce5f53bb8c04e4c758 (patch)
treea7f4af44ed03b35bf9d4a197fb707b56e1c57a5b /applications/match/src/test/resources/decision.match.input.json
parent26169c3db78c405f7b58e831c7391fc63ddb935d (diff)
parentf8d2c21bb589303febc11024f3cd667946f44459 (diff)
Merge "Add new Match application to XACML"
Diffstat (limited to 'applications/match/src/test/resources/decision.match.input.json')
-rw-r--r--applications/match/src/test/resources/decision.match.input.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/match/src/test/resources/decision.match.input.json b/applications/match/src/test/resources/decision.match.input.json
new file mode 100644
index 00000000..403d0155
--- /dev/null
+++ b/applications/match/src/test/resources/decision.match.input.json
@@ -0,0 +1,10 @@
+{
+ "ONAPName": "my-ONAP",
+ "ONAPComponent": "my-component",
+ "ONAPInstance": "my-instance",
+ "requestId": "unique-request-1",
+ "action": "match",
+ "resource": {
+ "matchable": ""
+ }
+} \ No newline at end of file