aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-services-pmsh/testsuite/assets/mr_sim/mr-initializer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plans/dcaegen2-services-pmsh/testsuite/assets/mr_sim/mr-initializer.json')
-rw-r--r--plans/dcaegen2-services-pmsh/testsuite/assets/mr_sim/mr-initializer.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/plans/dcaegen2-services-pmsh/testsuite/assets/mr_sim/mr-initializer.json b/plans/dcaegen2-services-pmsh/testsuite/assets/mr_sim/mr-initializer.json
new file mode 100644
index 00000000..ed3ecb07
--- /dev/null
+++ b/plans/dcaegen2-services-pmsh/testsuite/assets/mr_sim/mr-initializer.json
@@ -0,0 +1,64 @@
+[
+ {
+ "id":"mr_aai_event",
+ "httpRequest":{
+ "method":"GET",
+ "path":"/events/AAI-EVENT/.*",
+ "queryStringParameters":{
+ "timeout":[
+ "5000"
+ ]
+ }
+ },
+ "httpResponse":{
+ "statusCode":200,
+ "headers":{
+ "content-type":[
+ "application/json"
+ ]
+ },
+ "body":{
+ "type":"JSON",
+ "json":{
+
+ }
+ }
+ }
+ },
+ {
+ "id":"pmsh_cl_input_event",
+ "httpRequest":{
+ "path":"/events/unauthenticated.PMSH_CL_INPUT/.*",
+ "method":"GET",
+ "queryStringParameters":{
+ "timeout":[
+ "5000"
+ ]
+ }
+ },
+ "httpResponse":{
+ "statusCode":200,
+ "headers":{
+ "content-type":[
+ "application/json"
+ ]
+ },
+ "body":{
+ "type":"JSON",
+ "json":{
+
+ }
+ }
+ }
+ },
+ {
+ "id":"dcae_cl_output_event",
+ "httpRequest":{
+ "path":"/events/unauthenticated.DCAE_CL_OUTPUT/.*",
+ "method":"POST"
+ },
+ "httpResponse":{
+ "statusCode":200
+ }
+ }
+] \ No newline at end of file