diff options
author | Dan Timoney <dtimoney@att.com> | 2019-06-18 14:59:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-18 14:59:27 +0000 |
commit | 588605e48cf6bfdc2db8730931f477eba2c74550 (patch) | |
tree | df19933459ae745fd82322b3f68d71dac13ebe48 /platform-logic/restapi-templates | |
parent | 5d012b346c6a6b9b87c81da720094afad5282127 (diff) | |
parent | 25af4c606c3d92371775897bf1224f03716d0c8f (diff) |
Merge "DG's to support SDNR RANSIM Netconf Notification"
Diffstat (limited to 'platform-logic/restapi-templates')
2 files changed, 12 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/oofpcipoc-add-nbr-to-configdb-per-nbrlist-change-notif.json b/platform-logic/restapi-templates/src/main/json/oofpcipoc-add-nbr-to-configdb-per-nbrlist-change-notif.json new file mode 100644 index 00000000..5751e150 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/oofpcipoc-add-nbr-to-configdb-per-nbrlist-change-notif.json @@ -0,0 +1,4 @@ +{ + "targetCellId": ${tmp.nbr.cid}, + "ho": ${tmp.nbr.blacklisted} +} diff --git a/platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-template.json b/platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-template.json new file mode 100644 index 00000000..d488f275 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-template.json @@ -0,0 +1,8 @@ +{ + "requestID": ${tmp.oofpcipoc-dmaap.requestID}, + "AAI": ${tmp.oofpcipoc-dmaap.aai}, + "from": "SDNR", + "version": ${tmp.oofpcipoc-dmaap.version}, + "Action": ${tmp.oofpcipoc-dmaap.action}, + "Payload": ${tmp.oofpcipoc-dmaap.payload} +} |