aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-actors/actor.xacml/src/test/resources/makeReqStd.json
diff options
context:
space:
mode:
Diffstat (limited to 'models-interactions/model-actors/actor.xacml/src/test/resources/makeReqStd.json')
-rw-r--r--models-interactions/model-actors/actor.xacml/src/test/resources/makeReqStd.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/models-interactions/model-actors/actor.xacml/src/test/resources/makeReqStd.json b/models-interactions/model-actors/actor.xacml/src/test/resources/makeReqStd.json
new file mode 100644
index 000000000..fd1f4c716
--- /dev/null
+++ b/models-interactions/model-actors/actor.xacml/src/test/resources/makeReqStd.json
@@ -0,0 +1,13 @@
+{
+ "ONAPName": "my-onap-name",
+ "ONAPComponent": "my-onap-component",
+ "ONAPInstance": "my-onap-instance",
+ "requestId": "abcdefghi",
+ "action": "guard",
+ "resource": {
+ "guard": {
+ "abc": "123",
+ "hello": "world"
+ }
+ }
+}