From fb1b892f0ca6f2ded72e28315c005cb24a6c4bb2 Mon Sep 17 00:00:00 2001 From: andreasgeissler Date: Wed, 26 Aug 2020 14:49:13 +0200 Subject: Updated dictionary entries for Frankfurt and later usecases Issue-ID: CCSDK-2696 Signed-off-by: andreasgeissler Change-Id: I380f94b4264cba5530138667ac5c9b5a2291d03f --- .../starter-dictionary/update-active-streams.json | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/update-active-streams.json (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/update-active-streams.json') diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/update-active-streams.json b/components/model-catalog/resource-dictionary/starter-dictionary/update-active-streams.json new file mode 100644 index 000000000..631be516b --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/update-active-streams.json @@ -0,0 +1,38 @@ +{ + "name": "update-active-streams", + "tags": "update-active-streams", + "property": { + "description": "update-active-streams", + "type": "string" + }, + "group": "default", + "updated-by": "Bruno Sakoto ", + "sources": { + "default": { + "type": "source-default", + "properties": {} + }, + "sdnc": { + "type": "source-rest", + "properties": { + "verb": "PUT", + "type": "JSON", + "path": "", + "url-path": "$vpg_onap_private_ip_0:8183/restconf/config/stream-count:stream-count/streams", + "input-key-mapping": { + "vpg_onap_private_ip_0": "vpg_onap_private_ip_0", + "data": "data" + }, + "output-key-mapping": { + }, + "key-dependencies": [ + "vpg_onap_private_ip_0", + "data" + ], + "endpoint-selector": "vpkg-rest-api", + "payload": "{\"streams\": $data}" + } + } + } +} + -- cgit 1.2.3-korg