1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
[
{
"id":"mr_aai_event",
"httpRequest":{
"method":"GET",
"path":"/events/AAI-EVENT/.*",
"queryStringParameters":{
"timeout":[
"5000"
]
}
},
"httpResponse":{
"statusCode":200,
"headers":{
"content-type":[
"application/json"
]
},
"body":{
"type":"JSON",
"json":{
}
}
}
},
{
"id":"pmsh_cl_input_event",
"httpRequest":{
"path":"/events/unauthenticated.PMSH_CL_INPUT/.*",
"method":"GET",
"queryStringParameters":{
"timeout":[
"5000"
]
}
},
"httpResponse":{
"statusCode":200,
"headers":{
"content-type":[
"application/json"
]
},
"body":{
"type":"JSON",
"json":[
"{\"name\":\"ResponseEvent\",\"nameSpace\":\"org.onap.policy.apex.onap.pmcontrol\",\"source\":\"APEX\",\"target\":\"DCAE\",\"version\":\"0.0.1\",\"status\":{\"subscriptionName\":\"subs_01\",\"measurementGroupName\": \"msg_grp_01\",\"nfName\":\"pnf-existing\",\"changeType\":\"DELETE\",\"message\":\"success\"}}"
]
}
}
},
{
"id":"dcae_cl_output_event",
"httpRequest":{
"path":"/events/unauthenticated.DCAE_CL_OUTPUT/.*",
"method":"POST"
},
"httpResponse":{
"statusCode":200
}
}
]
|