From aaf2df8b908fcb48043d2cd51803d8fd99f18b43 Mon Sep 17 00:00:00 2001 From: sg481n Date: Thu, 3 Aug 2017 17:56:38 -0400 Subject:  [DMAAP-48] Initial code import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3e65371093487d7de167ec6c29f327f366f1e299 Signed-off-by: sg481n --- datarouter-prov/data/addFeed3.txt | 23 +++++++++++++++++++++++ datarouter-prov/data/addSubscriber.txt | 15 +++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 datarouter-prov/data/addFeed3.txt create mode 100644 datarouter-prov/data/addSubscriber.txt (limited to 'datarouter-prov/data') diff --git a/datarouter-prov/data/addFeed3.txt b/datarouter-prov/data/addFeed3.txt new file mode 100644 index 00000000..21f58a31 --- /dev/null +++ b/datarouter-prov/data/addFeed3.txt @@ -0,0 +1,23 @@ + +{ + "name": "Jettydemo", + "version": "m1.0", + "description": "Jettydemo", + "business_description": "Jettydemo", + "suspend": false, + "deleted": false, + "changeowner": true, + "authorization": { + "classification": "unclassified", + "endpoint_addrs": [ + "172.18.0.3", + ], + "endpoint_ids": [ + { + "password": "rs873m", + "id": "rs873m" + } + ] + }, +} + diff --git a/datarouter-prov/data/addSubscriber.txt b/datarouter-prov/data/addSubscriber.txt new file mode 100644 index 00000000..a9d4156e --- /dev/null +++ b/datarouter-prov/data/addSubscriber.txt @@ -0,0 +1,15 @@ + +{ + "delivery" : + + { + "url" : "http://172.18.0.3:7070/", + "user" : "LOGIN", + "password" : "PASSWORD", + "use100" : true + }, + "metadataOnly" : false, + "suspend" : false, + "groupid" : 29, + "subscriber" : "sg481n" +} -- cgit 1.2.3-korg