aboutsummaryrefslogtreecommitdiffstats
path: root/dcae-analytics-test/src/main/resources/data/json/config/controller_app_config.json
blob: 5e823449c2fed415b852b29fa2c3e474e886c239 (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
{
  "appName":"dcae-tca",
  "appDescription": "DCAE Analytics Threshold Crossing Alert Application",
  "tcaVESMessageStatusTableName": "TCAVESMessageStatusTable",
  "tcaVESMessageStatusTableTTLSeconds": 86400.0,
  "tcaAlertsAbatementTableName": "TCAAlertsAbatementTable",
  "tcaAlertsAbatementTableTTLSeconds": 1728000.0,
  "tcaVESAlertsTableName": "TCAVESAlertsTable",
  "tcaVESAlertsTableTTLSeconds": 1728000.0,
  "thresholdCalculatorFlowletInstances": 2.0,
  "tcaSubscriberOutputStreamName": "TCASubscriberOutputStream",
  "services_calls": {},
  "streams_publishes":{
    "tca_handle_out":{
      "type": "message_router",
      "aaf_username": "USER",
      "aaf_password":"PASSWORD",
      "dmaap_info": {
        "topic_url": "https://HOSTNAME:3905/events/com.att.dcae.dmaap.mtnje2.DcaeTestVESPub"
      }
    }
  },
  "streams_subscribes":{
    "tca_handle_in":{
      "type": "message_router",
      "aaf_username": "USER",
      "aaf_password":"PASSWORD",
      "dmaap_info":{
        "topic_url":"https://HOSTNAME:3905/events/com.att.dcae.dmaap.mtnje2.DcaeTestVESSub"
      }
    }
  }
}