diff options
author | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2019-03-04 19:28:52 +0100 |
---|---|---|
committer | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2019-03-04 19:28:52 +0100 |
commit | 4b8692b6fed457a9d194557abe681832fad4f576 (patch) | |
tree | c2e33cf15194c2dc9ca071f086cf2421d9a36330 /etc/DmaapConfig.json | |
parent | a47dfe2aa2173ae87a8d79141743fc062019117b (diff) |
Reformat all json files
Reformat all json files
Change-Id: I6567e4e32bc82f4c53b326c374300597a97ab4e7
Issue-ID: DCAEGEN2-1016
Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
Diffstat (limited to 'etc/DmaapConfig.json')
-rw-r--r-- | etc/DmaapConfig.json | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json index 29b2e020..27328216 100644 --- a/etc/DmaapConfig.json +++ b/etc/DmaapConfig.json @@ -1,52 +1,52 @@ { - "channels": [ - { - "name": "ves-measurement", - "cambria.topic": "unauthenticated.SEC_MEASUREMENT_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-fault", - "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-heartbeat", - "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-other", - "cambria.topic": "unauthenticated.SEC_OTHER_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-notification", - "cambria.topic": "unauthenticated.VES_NOTIFICATION_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-pnfRegistration", - "cambria.topic": "unauthenticated.VES_PNFREG_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - } - ] + "channels": [ + { + "name": "ves-measurement", + "cambria.topic": "unauthenticated.SEC_MEASUREMENT_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + }, + { + "name": "ves-fault", + "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + }, + { + "name": "ves-heartbeat", + "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + }, + { + "name": "ves-other", + "cambria.topic": "unauthenticated.SEC_OTHER_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + }, + { + "name": "ves-notification", + "cambria.topic": "unauthenticated.VES_NOTIFICATION_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + }, + { + "name": "ves-pnfRegistration", + "cambria.topic": "unauthenticated.VES_PNFREG_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + } + ] }
\ No newline at end of file |