aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-services-pmsh/testsuite/assets/cbs-initializer.json
blob: 238880984b0e4397e83bbe7d0fc9c58a666d6045 (plain)
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[
  {
    "httpRequest": {
      "path": "/service_component_all/.*"
    },
    "httpResponse": {
      "statusCode": 200,
      "headers": {
        "content-type": [
          "application/json"
        ]
      },
      "body": {
        "type": "JSON",
        "json": {
          "policy": {
            "subscription": {
              "subscriptionName": "ExtraPM-All-gNB-R2B",
              "administrativeState": "LOCKED",
              "fileBasedGP": 15,
              "fileLocation": "/pm/pm.xml",
              "nfFilter": {
                "swVersions": [
                  "1.0.0",
                  "1.0.1"
                ],
                "nfNames": [
                  "^pnf.*",
                  "^vnf.*"
                ]
              },
              "measurementGroups": [
                {
                  "measurementGroup": {
                    "measurementTypes": [
                      {
                        "measurementType": "countera"
                      },
                      {
                        "measurementType": "counterb"
                      }
                    ],
                    "managedObjectDNsBasic": [
                      {
                        "DN": "dna"
                      },
                      {
                        "DN": "dnb"
                      }
                    ]
                  }
                },
                {
                  "measurementGroup": {
                    "measurementTypes": [
                      {
                        "measurementType": "counterc"
                      },
                      {
                        "measurementType": "counterd"
                      }
                    ],
                    "managedObjectDNsBasic": [
                      {
                        "DN": "dnc"
                      },
                      {
                        "DN": "dnd"
                      }
                    ]
                  }
                }
              ]
            }
          },
          "config": {
            "control_loop_name": "pmsh-control-loop",
            "operational_policy_name": "pmsh-operational-policy",
            "cert_path": "/opt/app/pmsh/etc/certs/cert.pem",
            "streams_publishes": {
              "policy_pm_publisher": {
                "dmaap_info": {
                  "client_id": "1475976809466",
                  "client_role": "org.onap.dcae.pmPublisher",
                  "topic_url": "https://mr-sim:1080/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS",
                  "location": "san-francisco"
                },
                "type": "message_router"
              }
            },
            "streams_subscribes": {
              "aai_subscriber": {
                "type": "message_router",
                "dmaap_info": {
                  "client_id": "1575976809466",
                  "client_role": "org.onap.dcae.aaiSub",
                  "topic_url": "https://mr-sim:1080/events/AAI_EVENT",
                  "location": "san-francisco"
                }
              },
              "policy_pm_subscriber": {
                "dmaap_info": {
                  "location": "san-francisco",
                  "topic_url": "https://mr-sim:1080/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS",
                  "client_role": "org.onap.dcae.pmSubscriber",
                  "client_id": "1575876809456"
                },
                "type": "message_router"
              }
            },
            "key_path": "/opt/app/pmsh/etc/certs/key.pem",
            "aaf_identity": "dcae@dcae.onap.org",
            "aaf_password": "demo123456!"
          }
        }
      }
    }
  }
]