| { |
| "configs": { |
| "dmaap": { |
| "dmaapConsumerConfiguration": { |
| "dmaapHostName": "dmaapmrhost", |
| "dmaapPortNumber": 3904, |
| "dmaapTopicName": "/events/unauthenticated.VES_NOTIFICATION_OUTPUT", |
| "dmaapProtocol": "http", |
| "dmaapUserName": "", |
| "dmaapUserPassword": "", |
| "dmaapContentType": "application/json", |
| "consumerId": "C12", |
| "consumerGroup": "OpenDcae-c12", |
| "timeoutMs": -1, |
| "messageLimit": 1 |
| }, |
| "dmaapProducerConfiguration": { |
| "dmaapHostName": "dmaapdrhost", |
| "dmaapPortNumber": 8443, |
| "dmaapTopicName": "publish", |
| "dmaapProtocol": "https", |
| "dmaapUserName": "dradmin", |
| "dmaapUserPassword": "dradmin", |
| "dmaapContentType": "application/octet-stream" |
| } |
| }, |
| "ftp": { |
| "ftpesConfiguration": { |
| "keyCert": "/config/ftpKey.jks", |
| "keyPassword": "secret", |
| "trustedCA": "/config/ftpKey.jks", |
| "trustedCAPassword": "secret" |
| } |
| }, |
| "security": { |
| "trustStorePath" : "trustStorePath", |
| "trustStorePasswordPath" : "trustStorePasswordPath", |
| "keyStorePath" : "keyStorePath", |
| "keyStorePasswordPath" : "keyStorePasswordPath", |
| "enableDmaapCertAuth" : "enableDmaapCertAuth" |
| } |
| } |
| } |