[PMSH] Refactoring changes for pmsh csits
[integration/csit.git] / plans / dcaegen2-services-pmsh / testsuite / assets / mr_sim / mr-initializer.json
1 [
2   {
3     "httpRequest": {
4       "path": "/events/AAI_EVENT/.*",
5       "queryStringParameters" : {
6         "timeout" : [ "1000" ]
7       }
8     },
9     "httpResponse": {
10       "statusCode": 200,
11       "headers": {
12         "content-type": [
13           "application/json"
14         ]
15       },
16       "body": []
17     }
18   },
19   {
20     "httpRequest": {
21       "path": "/events/unauthenticated.DCAE_CL_OUTPUT",
22       "queryStringParameters" : {
23         "timeout" : [ "1000" ]
24       }
25     },
26     "httpResponse": {
27       "statusCode": 200,
28       "headers": {
29         "content-type": [
30           "application/json"
31         ]
32       },
33       "body": []
34     }
35   },
36   {
37     "httpRequest": {
38       "path": "/events/unauthenticated.PMSH_CL_INPUT/.*",
39       "queryStringParameters" : {
40         "timeout" : [ "1000" ]
41       }
42     },
43     "httpResponse": {
44       "statusCode": 200,
45       "headers": {
46         "content-type": [
47           "application/json"
48         ]
49       },
50       "body": []
51     }
52   }
53 ]