summaryrefslogtreecommitdiffstats
path: root/src/test/resources/missing_optional_fields/null_location.json
blob: 69b0a4f4eb17a28fc08bd0464e29d52860750529 (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
{
  "pm-mapper-filter": {
    "filters": [
      {
        "pmDefVsn": "V9",
        "nfType": "NrRadio",
        "vendor": "Ericsson",
        "measTypes": [
          "A",
          "B"
        ]
      }
    ]
  },
  "key_store_path": "src/test/resources/testkeystore.jks",
  "key_store_pass_path": "src/test/resources/password",
  "trust_store_path": "src/test/resources/testkeystore.jks",
  "trust_store_pass_path": "src/test/resources/password",
  "dmaap_dr_delete_endpoint": "https://dmaap-dr-node:8443/delete",
  "dmaap_dr_feed_name": "bulk_pm_feed",
  "aaf_identity": "dcae@dcae.onap.org",
  "aaf_password": "iheartrainbows44",
  "enable_http": false,
  "streams_publishes": {
    "dmaap_publisher": {
      "type": "message_router",
      "dmaap_info": {
        "topic_url": "https://message-router:3905/events/org.onap.dmaap.mr.VES_PM",
        "client_role": "org.onap.dcae.pmPublisher",
        "location": null,
        "client_id": "1562763644939"
      }
    }
  },
  "streams_subscribes": {
    "dmaap_subscriber": {
      "type": "data_router",
      "dmaap_info": {
        "username": "username",
        "password": "password",
        "location": "san-francisco",
        "delivery_url": "https://dcae-pm-mapper:8443/delivery",
        "subscriber_id": 1
      }
    }
  }
}