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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
[{
"httpRequest":{
"method":"GET",
"path":"/service_component/pmmapper",
"headers":{
"!X-ONAP-RequestID":[
"!12345"
],
"!X-ONAP-InvocationID":[
"!12345"
],
"X-ONAP-PartnerName":[
"pm-mapper"
],
"User-Agent":[
"Java/11.0.7"
],
"Host":[
"!some-random-host:10000"
],
"Accept":[
"text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"
],
"Connection":[
"keep-alive"
],
"content-length":[
"0"
]
},
"keepAlive":true,
"secure":false
},
"httpResponse":{
"statusCode":200,
"headers":{
"content-type":[
"application/json"
]
},
"body":{
"type":"JSON",
"json":{
"pm-mapper-filter":"{\"filters\": []}",
"key_store_path":"/opt/app/pm-mapper/etc/cert.jks",
"key_store_pass_path":"/opt/app/pm-mapper/etc/jks.pass",
"trust_store_path":"/opt/app/pm-mapper/etc/trust.jks",
"trust_store_pass_path":"/opt/app/pm-mapper/etc/trust.pass",
"dmaap_dr_delete_endpoint":"https://dmaap-dr-node:8443/delete",
"dmaap_dr_feed_name":"1",
"aaf_identity":"aaf_admin@people.osaaf.org",
"aaf_password":"demo123456!",
"enable_http":true,
"streams_publishes":{
"dmaap_publisher":{
"type":"message_router",
"dmaap_info":{
"topic_url":"http://dmaap-message-router:3904/events/org.onap.dmaap.mr.VES_PM",
"client_role":"org.onap.dcae.pmPublisher",
"location":"csit-pmmapper",
"client_id":"1562763644939"
}
}
},
"streams_subscribes":{
"dmaap_subscriber":{
"type":"data_router",
"dmaap_info":{
"username":"username",
"password":"password",
"location":"csit-pmmapper",
"delivery_url":"http://dcae-pm-mapper:8081/delivery",
"subscriber_id":1
}
}
}
}
}
}
},
{
"httpRequest": {
"path": "/health"
},
"httpResponse": {
"statusCode": 200,
"headers": {
"content-type": [
"application/json"
]
},
"body": "{}"
}
}
]
|