diff options
Diffstat (limited to 'dpo/data-formats/dmaap_son.json')
-rw-r--r-- | dpo/data-formats/dmaap_son.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/dpo/data-formats/dmaap_son.json b/dpo/data-formats/dmaap_son.json new file mode 100644 index 0000000..43f7b8e --- /dev/null +++ b/dpo/data-formats/dmaap_son.json @@ -0,0 +1,45 @@ +{"nbr_list_change_topic":{ + "type": "message_router", + "aaf_username": "", + "aaf_password": "", + "dmaap_info": { + "client_role": "son-subscriber", + "client_id": "sdnr-son-1", + "location": "onap", + "topic_url": "https://HOSTNAME:3905/events/PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO" + } +}, +"fault_management_topic":{ + "type": "message_router", + "aaf_username": "", + "aaf_password": "", + "dmaap_info": { + "client_role": "son-subscriber", + "client_id": "sdnr-son-1", + "location": "onap", + "topic_url": "https://HOSTNAME:3905/events/unauthenticated.SEC_FAULT_OUTPUT" + } +}, +"performance_management_topic":{ + "type": "message_router", + "aaf_username": "", + "aaf_password": "", + "dmaap_info": { + "client_role": "son-subscriber", + "client_id": "sdnr-son-1", + "location": "onap", + "topic_url": "https://HOSTNAME:3905/events/unauthenticated.SEC_MEASUREMENT_OUTPUT" + } +}, +"CL_topic":{ + "type": "message_router", + "aaf_username": "", + "aaf_password": "", + "dmaap_info": { + "client_role": "policy-publisher", + "client_id": "policy-son-1", + "location": "onap", + "topic_url": "https://HOSTNAME:3905/events/DCAE_CL_OUTPUT" + } +} +} |