[DCAE-PMSH] Removing dmaap mr from suite
[integration/csit.git] / tests / dcaegen2-services-pmsh / testcases / assets / cbs-expectation-unlocked-config.json
1 [
2   {
3     "httpRequest": {
4       "path": "/service_component_all/.*"
5     },
6     "httpResponse": {
7       "statusCode": 200,
8       "headers": {
9         "content-type": [
10           "application/json"
11         ]
12       },
13       "body": {
14         "type": "JSON",
15         "json": {
16           "config": {
17             "control_loop_name": "pmsh-control-loop",
18             "operational_policy_name": "pmsh-operational-policy",
19             "cert_path": "/opt/app/pmsh/etc/certs/cert.pem",
20             "enable_tls": true,
21             "ca_cert_path": "/opt/app/pmsh/etc/certs/cacert.pem",
22             "pmsh_policy": {
23               "subscription": {
24                 "subscriptionName": "ExtraPM-All-gNB-R2B",
25                 "administrativeState": "UNLOCKED",
26                 "fileBasedGP": 15,
27                 "fileLocation":"\/pm\/pm.xml",
28                 "nfFilter": {
29                   "nfNames": [
30                     "^pnf.*",
31                     "^vnf.*"
32                   ],
33                   "modelInvariantIDs": [
34                     "7129e420-d396-4efb-af02-6b83499b12f8"
35                   ],
36                   "modelVersionIDs": [
37                   ],
38                   "modelNames": [
39                   ]
40                 },
41                 "measurementGroups": [
42                   {
43                     "measurementGroup": {
44                       "measurementTypes": [
45                         {
46                           "measurementType": "countera"
47                         },
48                         {
49                           "measurementType": "counterb"
50                         }
51                       ],
52                       "managedObjectDNsBasic": [
53                         {
54                           "DN": "dna"
55                         },
56                         {
57                           "DN": "dnb"
58                         }
59                       ]
60                     }
61                   },
62                   {
63                     "measurementGroup": {
64                       "measurementTypes": [
65                         {
66                           "measurementType": "counterc"
67                         },
68                         {
69                           "measurementType": "counterd"
70                         }
71                       ],
72                       "managedObjectDNsBasic": [
73                         {
74                           "DN": "dnc"
75                         },
76                         {
77                           "DN": "dnd"
78                         }
79                       ]
80                     }
81                   }
82                 ]
83               }
84             },
85             "streams_publishes": {
86               "policy_pm_publisher": {
87                 "dmaap_info": {
88                   "client_id": "1475976809466",
89                   "client_role": "org.onap.dcae.pmPublisher",
90                   "topic_url": "http://mr-sim:3904/events/unauthenticated.DCAE_CL_OUTPUT",
91                   "location": "san-francisco"
92                 },
93                 "type": "message_router"
94               }
95             },
96             "streams_subscribes": {
97               "aai_subscriber": {
98                 "type": "message_router",
99                 "dmaap_info": {
100                   "client_id": "1575976809466",
101                   "client_role": "org.onap.dcae.aaiSub",
102                   "topic_url": "http://mr-sim:3904/events/AAI-EVENT",
103                   "location": "san-francisco"
104                 }
105               },
106               "policy_pm_subscriber": {
107                 "dmaap_info": {
108                   "location": "san-francisco",
109                   "topic_url": "http://mr-sim:3904/events/unauthenticated.PMSH_CL_INPUT",
110                   "client_role": "org.onap.dcae.pmSubscriber",
111                   "client_id": "1575876809456"
112                 },
113                 "type": "message_router"
114               }
115             },
116             "key_path": "/opt/app/pmsh/etc/certs/key.pem",
117             "aaf_identity": "dcae@dcae.onap.org",
118             "aaf_password": "demo123456!"
119           }
120         }
121       }
122     }
123   }
124 ]