blob: cd75deb3d0765f9c781aa0bd0c4bf27a1425e700 [file] [log] [blame]
AndyWalshe48496a52020-03-12 12:52:19 +00001[
2 {
3 "httpRequest": {
efiacor455efa42020-08-12 14:50:54 +01004 "path": "/events/unauthenticated.PMSH_CL_INPUT/.*",
efiacor49b46442020-07-06 11:55:44 +01005 "queryStringParameters" : {
6 "timeout" : [ "1000" ]
7 }
AndyWalshe48496a52020-03-12 12:52:19 +00008 },
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": {
efiacor455efa42020-08-12 14:50:54 +010027 "path": "/events/unauthenticated.PMSH_CL_INPUT/.*",
efiacor49b46442020-07-06 11:55:44 +010028 "queryStringParameters" : {
29 "timeout" : [ "1000" ]
30 }
AndyWalshe48496a52020-03-12 12:52:19 +000031 },
32 "httpResponse": {
33 "statusCode": 200,
34 "headers": {
35 "content-type": [
36 "application/json"
37 ]
38 },
efiacor455efa42020-08-12 14:50:54 +010039 "body": []
AndyWalshe48496a52020-03-12 12:52:19 +000040 }
41 }
42]