[DCAE-PMSH] Removing dmaap mr from suite
[integration/csit.git] / plans / dcaegen2-services-pmsh / testsuite / assets / mr_sim / mr-initializer.json
1 [
2    {
3       "id":"mr_aai_event",
4       "httpRequest":{
5          "method":"GET",
6          "path":"/events/AAI-EVENT/.*",
7          "queryStringParameters":{
8             "timeout":[
9                "5000"
10             ]
11          }
12       },
13       "httpResponse":{
14          "statusCode":200,
15          "headers":{
16             "content-type":[
17                "application/json"
18             ]
19          },
20          "body":{
21             "type":"JSON",
22             "json":{
23
24             }
25          }
26       }
27    },
28    {
29       "id":"pmsh_cl_input_event",
30       "httpRequest":{
31          "path":"/events/unauthenticated.PMSH_CL_INPUT/.*",
32          "method":"GET",
33          "queryStringParameters":{
34             "timeout":[
35                "5000"
36             ]
37          }
38       },
39       "httpResponse":{
40          "statusCode":200,
41          "headers":{
42             "content-type":[
43                "application/json"
44             ]
45          },
46          "body":{
47             "type":"JSON",
48             "json":{
49
50             }
51          }
52       }
53    },
54    {
55       "id":"dcae_cl_output_event",
56       "httpRequest":{
57          "path":"/events/unauthenticated.DCAE_CL_OUTPUT/.*",
58          "method":"POST"
59       },
60       "httpResponse":{
61          "statusCode":200
62       }
63    }
64 ]