6b12a8317f4c7f8c000baa406093090ab9b446a2
[integration/csit.git] / plans / dcaegen2-services-pmsh / testsuite / assets / mr_sim / mr-initializer.json
1 [
2   {
3     "httpRequest": {
4       "path": "/events/AAI_EVENT/dcae_pmsh_cg/dcae_pmsh_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         "type": "JSON",
35         "json": {}
36       }
37     }
38   },
39   {
40     "httpRequest": {
41       "path": "/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input",
42       "queryStringParameters" : {
43         "timeout" : [ "1000" ]
44       }
45     },
46     "httpResponse": {
47       "statusCode": 200,
48       "headers": {
49         "content-type": [
50           "application/json"
51         ]
52       },
53       "body": {
54         "type": "JSON",
55         "json": {}
56       }
57     }
58   }
59 ]