eba4e4ee06eedb82326b4f14dc871130fc43f856
[integration/csit.git] / tests / dcaegen2-services-pmsh / testcases / assets / mr-expectation-policy-subscription-created-pnf-existing.json
1 [
2   {
3     "httpRequest": {
4       "path": "/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input",
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         "{\"name\": \"ResponseEvent\", \"nameSpace\": \"org.onap.policy.apex.onap.pmcontrol\", \"source\": \"APEX\", \"target\": \"DCAE\", \"version\": \"0.0.1\", \"status\": {\"subscriptionName\": \"ExtraPM-All-gNB-R2B\", \"nfName\": \"pnf-existing\", \"changeType\": \"CREATE\", \"message\": \"success\"}}"
18       ]
19     },
20     "times": {
21       "remainingTimes": 1,
22       "unlimited": false
23     }
24   },
25   {
26     "httpRequest": {
27       "path": "/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input",
28       "queryStringParameters" : {
29         "timeout" : [ "1000" ]
30       }
31     },
32     "httpResponse": {
33       "statusCode": 200,
34       "headers": {
35         "content-type": [
36           "application/json"
37         ]
38       },
39       "body": {
40         "type": "JSON",
41         "json": {}
42       }
43     }
44   }
45 ]